Skip to content

Commit

Permalink
TST: Blacklist pytest versions 3.7.0 and 3.7.1.
Browse files Browse the repository at this point in the history
This prevents the pytest recursion bug described in
pytest-dev/pytest#3771. For a discussion, see also
pull request odlgroup#1416.
  • Loading branch information
sbanert committed Aug 21, 2018
1 parent 6fde640 commit 47b8eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest >= 3.0.3
pytest >= 3.0.3, != 3.7.0, != 3.7.1
pytest-pep8
pytest-cov
coverage >= 4.0
coveralls
coveralls

0 comments on commit 47b8eac

Please sign in to comment.