From 5dff29616cb428a0e26d3ee63fcbff12d0420488 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Fri, 20 Jan 2023 22:28:42 +0000 Subject: [PATCH] Update tox.ini for tox4 With tox4, we need to pass the environment variables on separate lines as opposed to separated by whitespace. Change-Id: Idebd4995b01599990ed930bd07180b2bc90e6611 --- tox.ini | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4e5988c..1e708a7 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,13 @@ usedevelop = True setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/requirements.txt -passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY +passenv = + http_proxy + HTTP_PROXY + https_proxy + HTTPS_PROXY + no_proxy + NO_PROXY [testenv:venv] commands = {posargs}