Adjust requirements to pytest 3.0 release

pytest-monkeyplus isn't pytest 3.0 compatible yet, so we have to
explicitly forbid pytest 3.0+ in requirements.
This commit is contained in:
Virgil Dupras 2016-08-22 22:16:45 -04:00
parent ac8a336c4a
commit eb3f7d65de
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
pytest>=2.0.0
pytest>=2.0.0,<3.0
pytest-monkeyplus>=1.0.0
flake8