From c799ed30351fbc0ce7f16bb7f6d4b51c595261b6 Mon Sep 17 00:00:00 2001 From: "Bartosz \"mastier\" Woronicz" Date: Mon, 20 Mar 2023 11:55:49 +0100 Subject: [PATCH] fix for new Github Action 22.04 image (#83) - new tox 4 link requires handling One may see the following error: pep8: failed with pass_env values cannot contain whitespace, use comma to have multiple values in a single line, invalid values found 'http_proxy https_proxy INTERFACE_PATH' - in image 22.04 python 3.6 and 3.7 for dropped (cherry picked from commit 1e312c8010935fc6c9d69d1cb7b9e4635d7a991c) (cherry picked from commit ffe758890cc33cea5b255f2b5481a4e332e9505b) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fc108bd..df0d950 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ setenv = VIRTUAL_ENV={envdir} CHARM_LAYERS_DIR={toxinidir}/layers CHARM_INTERFACES_DIR={toxinidir}/interfaces JUJU_REPOSITORY={toxinidir}/build -passenv = http_proxy https_proxy INTERFACE_PATH +passenv = http_proxy,https_proxy,INTERFACE_PATH install_command = pip install {opts} {packages} deps =