From 8cb91f6f23bb779cefa2b7d93c2c2fc187c4f815 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Wed, 18 Dec 2019 13:11:59 -0500 Subject: [PATCH] Try narrowing the coverage.py requirement Perhaps the 5.0 release is causing problems --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 51cfb162c..99af309a9 100644 --- a/setup.py +++ b/setup.py @@ -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",