Coverage 4.0.2 is buggy; disallow it in requirements.txt.
- Legacy-Id: 10456
This commit is contained in:
parent
30c538790a
commit
9fc04943cc
|
@ -1,7 +1,7 @@
|
||||||
# -*- conf-mode -*-
|
# -*- conf-mode -*-
|
||||||
setuptools>=1.2 # Require this first, to prevent later errors
|
setuptools>=1.2 # Require this first, to prevent later errors
|
||||||
#
|
#
|
||||||
coverage>=4.0.1
|
coverage>=4.0.1,!=4.0.2
|
||||||
#cssselect>=0.6.1 # for PyQuery
|
#cssselect>=0.6.1 # for PyQuery
|
||||||
decorator>=3.4.0
|
decorator>=3.4.0
|
||||||
defusedxml>=0.4.1 # for TastyPie when ussing xml; not a declared dependency
|
defusedxml>=0.4.1 # for TastyPie when ussing xml; not a declared dependency
|
||||||
|
|
Loading…
Reference in a new issue