summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-02-13 19:38:49 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-02-14 08:05:58 -0500
commitffaeb72b9a3c97d074bbef9d2cb370fdec504770 (patch)
treec2fdfc525960b298616aafca4fc9a5f1b5df9dae
parent8355b65ff6d3a15b3910f3a8c2c982f6a299b0e5 (diff)
downloadpytest-runner-ffaeb72b9a3c97d074bbef9d2cb370fdec504770.tar.gz
Pin to old versions of pytest as workaround for manahl/pytest-plugins#110.
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index c2bac45..2acfd2f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,6 +7,8 @@ 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 https://github.com/manahl/pytest-plugins/issues/110
+ pytest < 4
commands =
py.test {posargs}
python setup.py checkdocs