From 82934553ab8afa5109ea971b5798c407318584f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dulko?= Date: Mon, 2 Jan 2023 11:53:25 +0100 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8ded281d..441cca90 100644 --- a/tox.ini +++ b/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}