Skip to content

Commit 5eada80

Browse files
authoredJan 14, 2019
Merge pull request #107 from scrapinghub/fix-broken-build
Pin pytest-cov version to fix Travis build
2 parents 1da1f70 + ac2ae4d commit 5eada80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ vcrpy==1.10.3
33
# FIXME remove the constraint after resolving
44
# https://github.com/pytest-dev/pytest/issues/2966
55
pytest<3.3.0
6-
pytest-cov
6+
pytest-cov<2.6.0
77
pytest-catchlog
88
responses==0.5.0

0 commit comments

Comments
 (0)
Please sign in to comment.