Skip to content

Commit

Permalink
Clear PYTHONPATH when executing tox in tests
Browse files Browse the repository at this point in the history
Partial fix for fedora-python#52
  • Loading branch information
hroncok committed Dec 14, 2022
1 parent 1130fb7 commit 78091aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/fixtures/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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=

0 comments on commit 78091aa

Please sign in to comment.