Skip to content

Commit 472e4af

Browse files
committed
CI: Fix tox 4 once again
Change-Id: I4d2f521b36ee4684a331e725787bfb56434d1d44 (cherry picked from commit a313ed4)
1 parent e8c92df commit 472e4af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ allowlist_externals = find
1212
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
1313
-r{toxinidir}/requirements.txt
1414
-r{toxinidir}/test-requirements.txt
15-
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
16-
OS_STDOUT_CAPTURE OS_STDERR_CAPTURE OS_LOG_CAPTURE OS_TEST_TIMEOUT
17-
PYTHON OS_TEST_PATH LISTOPT IDOPTION
15+
passenv = http_proxy,HTTP_PROXY,https_proxy,HTTPS_PROXY,no_proxy,NO_PROXY
16+
OS_STDOUT_CAPTURE,OS_STDERR_CAPTURE,OS_LOG_CAPTURE,OS_TEST_TIMEOUT
17+
PYTHON,OS_TEST_PATH,LISTOPT,IDOPTION
1818
commands =
1919
find . -type f -name "*.py[c|o]" -delete -o -type l -name "*.py[c|o]" -delete
2020
find . -type d -name "__pycache__" -delete

0 commit comments

Comments
 (0)