From 2a7e2a6a36faca28da7f2259836a7a9533a20a39 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Sun, 3 Dec 2017 23:43:23 +0100 Subject: [PATCH] blacklist pytest 3.3.0 see pytest-dev/pytest#2957 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a61a4a8..421b581 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ deps = nose coverage scripttest mock - pytest!=3.2.0 + pytest!=3.3.0 pytest-cov pytest-mock hypothesis