Fix tox.ini

docs: 225 E failed with pass_env values cannot contain whitespace, use comma to have multiple values in a single line, invalid values found '*_proxy *_PROXY ZUUL_*' [tox/session/cmd/run/single.py:57]


Change-Id: I4049f7fccfe94a63ca0bef5fcd85349c6e0febff
This commit is contained in:
Ivan Anfimov
2025-01-16 08:33:05 +00:00
parent b3afedda77
commit cf33799376

View File

@@ -6,7 +6,7 @@ envlist = docs
[testenv]
basepython = python3
setenv = VIRTUAL_ENV={envdir}
passenv = *_proxy *_PROXY ZUUL_*
passenv = ZUUL_*
[testenv:docs]
deps =