From ed48066a3f8e58af58926a17906540213e57f88e Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 7 Dec 2015 19:57:51 -0500 Subject: pin pytest to disallow 2.8.4 which breaks tests --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 19f1e663..43fe17e7 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ else: # If you add a new dep here you probably need to add it in the tox.ini as well test_requirements = [ - "pytest", + "pytest!=2.8.4", "pretend", "iso8601", "hypothesis", -- cgit v1.2.3