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 568acc4 commit 69a19adCopy full SHA for 69a19ad
requirements/dev.txt
@@ -1,7 +1,8 @@
1
coverage==7.6.4; python_version>="3.9"
2
coverage==7.6.1; python_version<"3.9"
3
flake8==3.8.4
4
-pytest-cov==5.0.0
+pytest-cov==6.0.0; python_version>="3.9"
5
+pytest-cov==5.0.0; python_version<"3.9"
6
7
# Test requirements
8
pytest>=6.1.1
0 commit comments