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 75876c7 commit 14d23beCopy full SHA for 14d23be
requirements-test.txt
@@ -1,5 +1,6 @@
1
coverage==7.2.7
2
-mypy==1.8.0
+mypy==1.4.1; python_version < "3.8"
3
+mypy[faster-cache]==1.14.1; python_version >= "3.8" # Last mypy version to run on Python 3.8
4
pytest==7.4.4; python_version < "3.8"
5
pytest==8.3.4; python_version >= "3.8"
6
pytest-cov==4.1.0
0 commit comments