Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.

Commit 8d94fa8

Browse files
authored
Pin coverage < 4.4 to prevent spurious CI failures (#61)
Pending a fix here: https://bitbucket.org/ned/coveragepy/issues/581/44b1-44-breaking-in-ci
1 parent 19e2ce6 commit 8d94fa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
'mock==1.0.1',
5353
'pytest>=2.7,<3',
5454
'pytest-cov',
55+
'coverage<4.4', # can remove after https://bitbucket.org/ned/coveragepy/issues/581/44b1-44-breaking-in-ci
5556
'pytest-timeout',
5657
'pytest-tornado',
5758
'pytest-benchmark[histogram]>=3.0.0rc1',

0 commit comments

Comments
 (0)