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
This commit is contained in:
Michael Johnson 2023-01-20 22:28:42 +00:00
parent 0e67344816
commit 5dff29616c
1 changed files with 7 additions and 1 deletions

View File

@ -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}