Skip to content

Commit bf900a5

Browse files
committed
Clear PYTHONPATH when executing tox in tests
Partial fix for #52
1 parent 843dee6 commit bf900a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/fixtures/tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ extras =
1212
full
1313
commands =
1414
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

Comments
 (0)