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 8, 2022
1 parent 2f10054 commit 6f8a50c
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 @@ -10,3 +10,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 6f8a50c

Please sign in to comment.