Skip to content

Commit 1419684

Browse files
committed
Fix package deps versions for py27
1 parent 0c03123 commit 1419684

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
pytest==6.2.5
21
wheel==0.24.0
3-
pytest-cov==3.0.0
2+
pytest==6.2.5 ; python_version > '3.4'
3+
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'
46
hypothesis==3.1.0 ; python_version < '3.8'
57
hypothesis==5.5.4 ; python_version == '3.8'
68
hypothesis==5.35.4 ; python_version == '3.9'

0 commit comments

Comments
 (0)