Skip to content

Commit cc1f665

Browse files
committed
Enforce pytest<3.3.0 to fix Travis builds
1 parent 943c9c6 commit cc1f665

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)