Update tox.ini for new tox version

Seems like passenv directive in tox.ini needs to separate multiple
environment variable names by comma now. This commit updates tox.ini
to respect that.

Change-Id: Icf63fe7697b31af29ca7e1b9de5c78874f52efe1
This commit is contained in:
Michał Dulko 2023-01-02 11:53:25 +01:00
parent 34255b30a2
commit 82934553ab
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = ostestr {posargs}
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY OS_*
passenv = http_proxy,HTTP_PROXY,https_proxy,HTTPS_PROXY,no_proxy,NO_PROXY,OS_*
[testenv:venv]
commands = {posargs}