mirror of
https://github.com/fedora-python/tox-current-env.git
synced 2024-12-23 16:46:14 +01:00
Clear PYTHONPATH when executing tox in tests
Partial fix for https://github.com/fedora-python/tox-current-env/issues/52
This commit is contained in:
parent
843dee6288
commit
bf900a5c7c
4
tests/fixtures/tox.ini
vendored
4
tests/fixtures/tox.ini
vendored
@ -12,3 +12,7 @@ extras =
|
||||
full
|
||||
commands =
|
||||
python -c 'import os, sys; print(os.path.realpath(sys.exec_prefix), "is the exec_prefix")'
|
||||
# we explicitly clear this because the inner tox does not need to know
|
||||
# see https://github.com/fedora-python/tox-current-env/issues/52
|
||||
setenv =
|
||||
PYTHONPATH=
|
||||
|
Loading…
Reference in New Issue
Block a user