1
0
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:
Miro Hrončok 2022-12-08 18:53:22 +01:00
parent 843dee6288
commit bf900a5c7c

View File

@ -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=