From 7f40239ea2a8ac276f8dbf07fd51d1ff5e98c565 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 1 Aug 2017 19:54:35 -0400 Subject: Blacklist pytest 3.2.0 because it breaks us (#3835) See upstream: https://github.com/pytest-dev/pytest/issues/2644 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a7e63bd6..a003bc89 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ else: setup_requirements.append("cffi>=1.7") test_requirements = [ - "pytest>=2.9.0", + "pytest>=2.9.0,!=3.2.0", "pretend", "iso8601", "pytz", -- cgit v1.2.3