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:
Riccardo Pittau 2022-12-13 17:49:08 +01:00
parent d83454c3d0
commit be40022295

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