Explorar o código

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

also: pytest-benchmark 3.x is released, just use latest
Thomas Waldmann %!s(int64=9) %!d(string=hai) anos
pai
achega
19729d3983
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      requirements.d/development.txt

+ 2 - 2
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