From 3d2a1da98330d23558303dfccb0598f00c5fb553 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 7 Nov 2015 16:13:24 +0100 Subject: [PATCH] use latest pytest-benchmark --- 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 5ec1ed146..28195f548 100644 --- a/requirements.d/development.txt +++ b/requirements.d/development.txt @@ -2,5 +2,5 @@ tox mock pytest pytest-cov<2.0.0 -pytest-benchmark==3.0.0b1 +pytest-benchmark==3.0.0rc1 Cython