Files
project-config/tox.ini
Ghanshyam Mann 6facccc00e Fix tox4 error
With tox4 in use for testing, tox
run failing with passenv value and
external commands run.

failed with pass_env values cannot contain
whitespace, use comma to have multiple values in a single
line, invalid values found 'http_proxy HTTP_PROXY https_proxy
HTTPS_PROXY no_proxy NO_PROXY' [tox/session/cmd/run/single.py:54]

Fixing passenv value and adding external commands
via allowlist_externals.

Change-Id: I05d36dab6895dfc14d026230592def51b78bb755
2022-12-24 20:20:21 -08:00

4.4 KiB