-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workaround tox 2.3.0 regression. #1285
Workaround tox 2.3.0 regression. #1285
Conversation
I have a better fix. |
ISTM the issue is the use of |
diff --git a/tox.ini b/tox.ini
index e92ace7..0b3b727 100644
--- a/tox.ini
+++ b/tox.ini
@@ -54,7 +54,7 @@ passenv = {[testenv:system-tests]passenv} SPHINX_RELEASE READTHEDOCS LOCAL_RTD
[testenv:docs-rtd]
setenv =
- {[testenv]setenv}
+ PYTHONPATH = {toxinidir}/_testing
LOCAL_RTD = True
basepython = {[testenv:docs]basepython}
commands = |
Just ran |
Ditto on |
@dhermes I'm not sure what you mean: do you want to push a different PR? Or do you think I should update this one? |
Just update this one and feel free to merge if you can get Travis to pass |
Workaround tox 2.3.0 regression.
See:
https://bitbucket.org/hpk42/tox/issues/294/tox-23-regression.