Update tox.ini for tox 4
Update tox.ini to be compatible with tox 4 It should also be retrocompatible with tox 3 Change-Id: I3625c77ddc28f6bb7f310be215ca347076762d90
This commit is contained in:
parent
d83454c3d0
commit
be40022295
2
tox.ini
2
tox.ini
@ -18,7 +18,7 @@ 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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user