From bb80c479562a01de29e3a1f2509f1e86f4e8deff Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 15 Mar 2018 21:38:04 -0400 Subject: [PATCH] Add workaround for failing test by loading pytest from github. Ref pytest-dev/pytest#3314. --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index c2bac45..31891cd 100644 --- a/tox.ini +++ b/tox.ini @@ -7,6 +7,9 @@ deps = setuptools>=31.0.1 # workaround for yaml/pyyaml#126 # git+https://github.com/yaml/pyyaml@master#egg=pyyaml;python_version=="3.7" + + # workaround for pytest-dev/pytest#3314 + git+https://github.com/pytest-dev/pytest@issue/3314#egg=pytest;python_version!="2.7" commands = py.test {posargs} python setup.py checkdocs