Pin coverage to <5.0 for now
Getting ``` Coverage.py warning: Module attr was previously imported, but not measured (module-not-measured) ``` and missing coverage for some reason. Google is not helpful.
This commit is contained in:
parent
fff74ec6d2
commit
aa55c68efd
2
setup.py
2
setup.py
|
@ -39,7 +39,7 @@ INSTALL_REQUIRES = []
|
|||
EXTRAS_REQUIRE = {
|
||||
"docs": ["sphinx", "zope.interface"],
|
||||
"tests": [
|
||||
"coverage",
|
||||
"coverage<5.0",
|
||||
"hypothesis",
|
||||
"pympler",
|
||||
"pytest>=4.3.0", # 4.3.0 dropped last use of `convert`
|
||||
|
|
Loading…
Reference in New Issue