Skip to content

Commit 18768ea

Browse files
committed
python 2.7 is not supported by coverage==6.0
1 parent ebdf4fc commit 18768ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ PyYAML>=3.12
44
enum34==1.0.4; python_version < "3.4"
55
stdlib-list>=0.6.0
66

7-
coverage==6.0
7+
coverage==5.5; python_version < "3"
8+
coverage==6.0; python_version >= "3"
89
pytest>=4.6
910
pytest-cov>=2.12.1
1011

0 commit comments

Comments
 (0)