Skip to content

Commit

Permalink
Update tox.ini for tox 4
Browse files Browse the repository at this point in the history
Update tox.ini to be compatible with tox 4
It should also be retrocompatible with tox 3

Change-Id: I3625c77ddc28f6bb7f310be215ca347076762d90
  • Loading branch information
elfosardo committed Dec 13, 2022
1 parent d83454c commit be40022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit be40022

Please sign in to comment.