From 47a10b4cf1bbcb366c835e7a2817396e2f4c397c Mon Sep 17 00:00:00 2001 From: andrei Date: Tue, 18 Jul 2017 14:57:54 -0700 Subject: [PATCH] Try newer version of pytest-benchmarks --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e348bae..3914101 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( extras_require=extras_require, test_suite='tests', setup_requires=['pytest-runner'], - tests_require=['pytest', 'pytest-benchmark'], + tests_require=['pytest', 'pytest-benchmark==3.1.0a2'], classifiers=[ 'Development Status :: 4 - Beta', 'License :: OSI Approved :: MIT License',