summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--requirements.d/development.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.d/development.txt b/requirements.d/development.txt
index 7c1624b4d..a0cb3c2ac 100644
--- a/requirements.d/development.txt
+++ b/requirements.d/development.txt
@@ -1,6 +1,6 @@
virtualenv<14.0
tox
pytest
-pytest-cov<2.0.0
-pytest-benchmark>=3.0.0
+pytest-cov
+pytest-benchmark
Cython