Skip to content

Commit

Permalink
Update pytest to align with other repos (openvinotoolkit#3965)
Browse files Browse the repository at this point in the history
  • Loading branch information
akuporos authored Jul 24, 2024
1 parent 385facc commit cec8d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/accuracy_checker/requirements-test.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest>=5.0,<=7.0.1; python_version < '3.10'
pytest==7.2.0; python_version >= '3.10'
pytest==8.3.1; python_version >= '3.10'
pytest-mock~=2.0

# pytest depends on atomicwrites, but only on Windows.
Expand Down

0 comments on commit cec8d2b

Please sign in to comment.