1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-02 04:24:34 +00:00

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

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