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 0c03123 commit 1419684Copy full SHA for 1419684
requirements.txt
@@ -1,6 +1,8 @@
1
-pytest==6.2.5
2
wheel==0.24.0
3
-pytest-cov==3.0.0
+pytest==6.2.5 ; python_version > '3.4'
+pytest<5.0 ; python_version < '3.0'
4
+pytest-cov==3.0.0 ; python_version > '3.4'
5
+pytest-cov<3.0.0 ; python_version < '3.0'
6
hypothesis==3.1.0 ; python_version < '3.8'
7
hypothesis==5.5.4 ; python_version == '3.8'
8
hypothesis==5.35.4 ; python_version == '3.9'
0 commit comments