Skip to content

Commit

Permalink
Adjust requirements to pytest 3.0 release
Browse files Browse the repository at this point in the history
pytest-monkeyplus isn't pytest 3.0 compatible yet, so we have to
explicitly forbid pytest 3.0+ in requirements.
  • Loading branch information
Virgil Dupras committed Aug 23, 2016
1 parent ac8a336 commit eb3f7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-extra.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest>=2.0.0
pytest>=2.0.0,<3.0
pytest-monkeyplus>=1.0.0
flake8

0 comments on commit eb3f7d6

Please sign in to comment.