We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d0511 commit 7e8f02aCopy full SHA for 7e8f02a
requirements/pytest.txt
@@ -1,2 +1,3 @@
1
-pytest==7.4.4
+pytest==7.4.4; python_version < "3.8"
2
+pytest==8.0.0; python_version >= "3.8"
3
pytest-cov==4.1.0
0 commit comments