From 8ec5141e04e0cb84dffa7c9d38812be302693e15 Mon Sep 17 00:00:00 2001 From: Andrei Date: Mon, 7 Aug 2017 14:21:56 -0700 Subject: [PATCH] [requirements] bump to pytest 3.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aa2d6fb..21e28f2 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( extras_require=extras_require, test_suite='tests', setup_requires=['pytest-runner==2.11.1'], - tests_require=['pytest==3.1.3', 'pytest-benchmark==3.1.0a2'], + tests_require=['pytest==3.2.0', 'pytest-benchmark==3.1.0a2'], classifiers=[ 'Development Status :: 4 - Beta', 'License :: OSI Approved :: MIT License',