Skip to content

Commit 24cc38c

Browse files
authored
Merge pull request #90 from scrapinghub/fix-py33-travis-builds
Enforce using pytest<3.3.0 to fix Travis builds
2 parents 943c9c6 + cc1f665 commit 24cc38c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements-test.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
mock
22
vcrpy==1.10.3
3-
pytest
3+
# FIXME remove the constraint after resolving
4+
# https://github.com/pytest-dev/pytest/issues/2966
5+
pytest<3.3.0
46
pytest-cov
57
pytest-catchlog
68
responses==0.5.0

0 commit comments

Comments
 (0)