Skip to content

Commit

Permalink
fix for new Github Action 22.04 image (#83)
Browse files Browse the repository at this point in the history
- 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 1e312c8)
(cherry picked from commit ffe7588)
  • Loading branch information
mastier authored and dosaboy committed May 11, 2024
1 parent 97e31d7 commit c799ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit c799ed3

Please sign in to comment.