[stable-only] Fixes for tox 4.0 compatability

Before this change, you couldn't run tests in tox against tox 4.0 or
newer.

Change-Id: I15f0b1f22321bb59310bab9138edc1597c00b99e
This commit is contained in:
Jay Faulkner 2022-12-15 09:39:42 -08:00
parent a8128e05a0
commit 3e218a03c3
1 changed files with 7 additions and 1 deletions

View File

@ -18,7 +18,13 @@ setenv =
PYTHONDONTWRITEBYTECODE=1
TZ=UTC
TESTS_DIR=./ironic_inspector/test/unit/
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}