Try narrowing the coverage.py requirement

Perhaps the 5.0 release is causing problems
This commit is contained in:
Jean-Paul Calderone 2019-12-18 13:11:59 -05:00
parent 78aa51d718
commit 8cb91f6f23

View File

@ -354,7 +354,7 @@ setup(name="tahoe-lafs", # also set in __init__.py
# this version from time to time, but we will do it
# intentionally.
"pyflakes == 2.1.0",
"coverage",
"coverage ~= 4.5",
"mock",
"tox",
"pytest",