summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-02-13 19:48:51 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-02-14 08:06:38 -0500
commit5987484a6c1f48d733bb525bfe316500002b6993 (patch)
tree4fe059cd73e8540799ca99dd6be301c85e2bd102
parentffaeb72b9a3c97d074bbef9d2cb370fdec504770 (diff)
downloadpytest-runner-5987484a6c1f48d733bb525bfe316500002b6993.tar.gz
Add workaround for manahl/pytest-plugins/issues/122
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 2acfd2f..1d5e281 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,6 +9,8 @@ deps =
# 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
+ # workaround for https://github.com/manahl/pytest-plugins/issues/122
+ virtualenv
commands =
py.test {posargs}
python setup.py checkdocs