Skip to content

Commit f9a0351

Browse files
authored
Update pytest-timeout (#30467)
### Details: - instead of #30430 - resolve pip-conflicts ### Tickets: - *ticket-id*
1 parent 03e885a commit f9a0351

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/bindings/python/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ numpy>=1.16.6,<2.3.0 # Python bindings, frontends
55
pytest>=5.0,<8.4
66
pytest-dependency==0.6.0
77
pytest-html==4.1.1
8-
pytest-timeout==2.3.1
8+
pytest-timeout==2.4.0
99

1010
# Python bindings
1111
build<1.3

tests/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ py>=1.9.0
1919
pytest>=5.0,<8.4
2020
pytest-dependency==0.6.0
2121
pytest-html==4.1.1
22-
pytest-timeout==2.3.1
22+
pytest-timeout==2.4.0
2323
kornia==0.8.0
2424

2525
--extra-index-url https://download.pytorch.org/whl/cpu

tests/e2e_tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pytest-html
2727
pytest-json-report==1.5.0
2828
# pytest-metadata==1.7.0
2929
pytest-xdist==3.6.1
30-
pytest-timeout==2.3.1
30+
pytest-timeout==2.4.0
3131

3232
# for common utils, e2e_tests
3333
openvino-dev

0 commit comments

Comments
 (0)