From 4629c75a6711df1ebedabea36fa230deaaa6f54b Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Fri, 23 Dec 2016 09:29:25 -0600 Subject: [PATCH] Blacklist pytest 3.0.5 See also https://github.com/pytest-dev/pytest/issues/2118 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b72f3ad..34f90ca 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ envlist = py27,py33,py34,py35,flake8,linters,docs [testenv] deps = mock>=2.0.0 - pytest + pytest!=3.0.5 coverage commands = coverage run --parallel-mode -m pytest {posargs}