From f8b536890b3975844ae754444598529972f30ec6 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Wed, 14 Oct 2015 00:54:32 +0200 Subject: [PATCH] use pytest-benchmark from pypi --- requirements.d/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.d/development.txt b/requirements.d/development.txt index 51cce8935..5ec1ed146 100644 --- a/requirements.d/development.txt +++ b/requirements.d/development.txt @@ -2,5 +2,5 @@ tox mock pytest pytest-cov<2.0.0 --e git://github.com/ionelmc/pytest-benchmark.git#egg=pytest-benchmark +pytest-benchmark==3.0.0b1 Cython