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:
parent
34255b30a2
commit
82934553ab
2
tox.ini
2
tox.ini
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user