Explorar el Código

update pytest-benchmark requirement

it's released now. \o/
Thomas Waldmann hace 9 años
padre
commit
2b8b31bca5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      requirements.d/development.txt

+ 1 - 1
requirements.d/development.txt

@@ -2,5 +2,5 @@ tox
 mock
 pytest
 pytest-cov<2.0.0
-pytest-benchmark==3.0.0rc1
+pytest-benchmark>=3.0.0
 Cython