Pass HOME to PyInstaller environment
This prevents some weird Homebrew errors.
This commit is contained in:
parent
f5e7388bfe
commit
4bca180a44
2
tox.ini
2
tox.ini
@ -260,7 +260,7 @@ commands =
|
||||
# WORKAROUND for https://github.com/tox-dev/tox/issues/503
|
||||
install_command = pip install --exists-action w {opts} {packages}
|
||||
basepython = {env:PYTHON:python3}
|
||||
passenv = APPDATA
|
||||
passenv = APPDATA HOME
|
||||
deps =
|
||||
-r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/misc/requirements/requirements-pyinstaller.txt
|
||||
|
Loading…
Reference in New Issue
Block a user