requirements: use latest pytest-cov, not blocked by py32 any more

also: pytest-benchmark 3.x is released, just use latest
This commit is contained in:
Thomas Waldmann 2015-12-14 23:37:23 +01:00
parent 4444113414
commit 19729d3983
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
virtualenv<14.0
tox
pytest
pytest-cov<2.0.0
pytest-benchmark>=3.0.0
pytest-cov
pytest-benchmark
Cython