From 959403b6df03ff5beb4cb12015f29c6c3e9a02e0 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 19 Sep 2015 13:19:43 -0400 Subject: Pin pytest to <2.8, there's a bug with deprecation warnings --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 444b488b..b36f3de6 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,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", "pretend", "iso8601", ] -- cgit v1.2.3