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 --- dev-requirements.txt | 2 +- setup.py | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 092b9914..440d3b0f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,7 +5,7 @@ invoke iso8601 pep8-naming pretend -pytest +pytest<2.8 requests sphinx sphinx_rtd_theme 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", ] diff --git a/tox.ini b/tox.ini index 219da545..a890e38a 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ deps = coverage iso8601 pretend - pytest + pytest<2.8 ./vectors passenv = ARCHFLAGS LDFLAGS CFLAGS INCLUDE LIB LD_LIBRARY_PATH USERNAME commands = -- cgit v1.2.3