Skip to content

Commit 47b8eac

Browse files
committed
TST: Blacklist pytest versions 3.7.0 and 3.7.1.
This prevents the pytest recursion bug described in pytest-dev/pytest#3771. For a discussion, see also pull request odlgroup#1416.
1 parent 6fde640 commit 47b8eac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pytest >= 3.0.3
1+
pytest >= 3.0.3, != 3.7.0, != 3.7.1
22
pytest-pep8
33
pytest-cov
44
coverage >= 4.0
5-
coveralls
5+
coveralls

0 commit comments

Comments
 (0)