From 4bca180a443d4f6f7d13156d685025558647a2c3 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 11 Oct 2017 14:09:45 +0200 Subject: [PATCH] Pass HOME to PyInstaller environment This prevents some weird Homebrew errors. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 704e93744..662496f88 100644 --- a/tox.ini +++ b/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