Skip to content

Commit

Permalink
Set a nonexistent HOME for tests (don't read ~/.pypirc)
Browse files Browse the repository at this point in the history
Fixes: #1121
  • Loading branch information
stefanor authored and sigmavirus24 committed Oct 5, 2024
1 parent 651a643 commit d9f9802
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ deps =
setuptools
passenv =
PYTEST_ADDOPTS
setenv =
HOME=/tmp/nonexistent
commands =
python -m coverage run -m pytest {posargs}
python -m coverage html
Expand Down

0 comments on commit d9f9802

Please sign in to comment.