We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 843dee6 commit bf900a5Copy full SHA for bf900a5
tests/fixtures/tox.ini
@@ -12,3 +12,7 @@ extras =
12
full
13
commands =
14
python -c 'import os, sys; print(os.path.realpath(sys.exec_prefix), "is the exec_prefix")'
15
+# we explicitly clear this because the inner tox does not need to know
16
+# see https://github.com/fedora-python/tox-current-env/issues/52
17
+setenv =
18
+ PYTHONPATH=
0 commit comments