From c7c6522000dc6a32f5933dc837b188b612744b3b Mon Sep 17 00:00:00 2001 From: Tim Heap Date: Mon, 29 Aug 2016 16:20:54 +1000 Subject: Install py.test>=2.8,<3 The 3.x series is currently broken. Until py.test works again, 3.x should not be used by anything. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c37c9980..3b7ab31b 100755 --- a/setup.py +++ b/setup.py @@ -181,7 +181,7 @@ setup_params = dict( tests_require=[ 'setuptools[ssl]', 'pytest-flake8', - 'pytest>=2.8,!=3.0.0', + 'pytest>=2.8,<3', ] + (['mock'] if sys.version_info[:2] < (3, 3) else []), setup_requires=[ ] + pytest_runner + wheel, -- cgit v1.2.1