Skip to content

Commit 0f1c5dd

Browse files
committed
Fixes for tox 4.0
Updated passenv syntax to current Change-Id: I39bc062812f3999c5b18cf447483f90efaac76fb
1 parent cef630a commit 0f1c5dd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tox.ini

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,14 @@ deps =
1717
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed}
1818
-r{toxinidir}/requirements.txt
1919
-r{toxinidir}/test-requirements.txt
20-
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
20+
passenv =
21+
http_proxy
22+
HTTP_PROXY
23+
https_proxy
24+
HTTPS_PROXY
25+
no_proxy
26+
NO_PROXY
27+
2128
commands =
2229
stestr run {posargs}
2330

0 commit comments

Comments
 (0)