Let us have a ~5ish coverage

This commit is contained in:
Jean-Paul Calderone 2020-12-29 13:22:03 -05:00
parent 5a543fd497
commit ae87d53e49

View File

@ -385,10 +385,7 @@ setup(name="tahoe-lafs", # also set in __init__.py
# this version from time to time, but we will do it
# intentionally.
"pyflakes == 2.2.0",
# coverage 5.0 breaks the integration tests in some opaque way.
# This probably needs to be addressed in a more permanent way
# eventually...
"coverage ~= 4.5",
"coverage ~= 5.0",
"mock",
"tox",
"pytest",