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-13 19:48:51 -0500
commitf4f7becef694f64111cef117418dc1bf2542bffb (patch)
treeeda55869111df715e16b40dcbdfd596bfdbebc0d
parentbb634f958c16a5a1806ab23c0aeec96ae665819e (diff)
downloadpytest-runner-f4f7becef694f64111cef117418dc1bf2542bffb.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 bbbca33..28e0f1d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,6 +7,8 @@ deps =
setuptools>=31.0.1
# workaround for https://github.com/manahl/pytest-plugins/issues/110
pytest < 4
+ # workaround for https://github.com/manahl/pytest-plugins/issues/122
+ virtualenv
commands =
pytest {posargs}
usedevelop = True