Skip to content

Commit 9fc0494

Browse files
committed
Coverage 4.0.2 is buggy; disallow it in requirements.txt.
- Legacy-Id: 10456
1 parent 30c5387 commit 9fc0494

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- conf-mode -*-
22
setuptools>=1.2 # Require this first, to prevent later errors
33
#
4-
coverage>=4.0.1
4+
coverage>=4.0.1,!=4.0.2
55
#cssselect>=0.6.1 # for PyQuery
66
decorator>=3.4.0
77
defusedxml>=0.4.1 # for TastyPie when ussing xml; not a declared dependency

0 commit comments

Comments
 (0)