From ae87d53e4943beefdde3c20923a193b5c2ba2fe0 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Tue, 29 Dec 2020 13:22:03 -0500 Subject: [PATCH] Let us have a ~5ish coverage --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 345d6aa08..0e5a43dba 100644 --- a/setup.py +++ b/setup.py @@ -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",