Add version constraints for coverage
This commit is contained in:
parent
7edae2e070
commit
ac541fbe55
3
setup.py
3
setup.py
|
@ -38,7 +38,8 @@ INSTALL_REQUIRES = []
|
|||
EXTRAS_REQUIRE = {
|
||||
"docs": ["sphinx", "zope.interface"],
|
||||
"tests": [
|
||||
"coverage[toml]",
|
||||
# 5.0 introduced toml; parallel was broken until 5.0.2
|
||||
"coverage[toml]>=5.0.2",
|
||||
"hypothesis",
|
||||
"pympler",
|
||||
"pytest>=4.3.0", # 4.3.0 dropped last use of `convert`
|
||||
|
|
Loading…
Reference in New Issue