From 5987484a6c1f48d733bb525bfe316500002b6993 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 13 Feb 2019 19:48:51 -0500 Subject: Add workaround for manahl/pytest-plugins/issues/122 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tox.ini') 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 -- cgit v1.2.1