Skip to content

Commit 9727866

Browse files
evgenytalanin-intelEvgenya Stepyreva
andauthored
Update pytest package version (#3612)
Co-authored-by: Evgenya Stepyreva <[email protected]>
1 parent 245531f commit 9727866

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/accuracy_checker/requirements-test.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
pytest~=5.0
1+
pytest>=5.0,<=7.0.1; python_version < '3.10'
2+
pytest==7.2.0; python_version >= '3.10'
23
pytest-mock~=2.0
34

45
# pytest depends on atomicwrites, but only on Windows.

0 commit comments

Comments
 (0)