diff --git a/setup.py b/setup.py index 4fbe022e..afc4921f 100644 --- a/setup.py +++ b/setup.py @@ -52,6 +52,7 @@ 'mock==1.0.1', 'pytest>=2.7,<3', 'pytest-cov', + 'coverage<4.4', # can remove after https://bitbucket.org/ned/coveragepy/issues/581/44b1-44-breaking-in-ci 'pytest-timeout', 'pytest-tornado', 'pytest-benchmark[histogram]>=3.0.0rc1',