1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-05-07 09:19:50 +00:00

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

View File

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