From 01e28bbcf642a5b4b9d29ea0dea63e35305cd833 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Sun, 3 Dec 2017 23:49:46 +0100 Subject: [PATCH] ammend blacklisting from cd1bcb57b48c62c1a17be85c2793d5070eee1710 the last comment was a bit rushed and did not properly blacklist both bad versions of pytest --- setup.py | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1bcc0a1..3a1ef9a 100755 --- a/setup.py +++ b/setup.py @@ -125,7 +125,7 @@ setup( tests_require=[ 'jaconv', 'tox', - 'pytest!=3.2.0', + 'pytest!=3.2.0,!=3.3.0', 'pytest-cov', 'pytest-mock', 'nose', diff --git a/tox.ini b/tox.ini index 421b581..777391f 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ deps = nose coverage scripttest mock - pytest!=3.3.0 + pytest!=3.2.0,!=3.3.0 pytest-cov pytest-mock hypothesis