We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef630a commit 0f1c5ddCopy full SHA for 0f1c5dd
tox.ini
@@ -17,7 +17,14 @@ deps =
17
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed}
18
-r{toxinidir}/requirements.txt
19
-r{toxinidir}/test-requirements.txt
20
-passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
+passenv =
21
+ http_proxy
22
+ HTTP_PROXY
23
+ https_proxy
24
+ HTTPS_PROXY
25
+ no_proxy
26
+ NO_PROXY
27
+
28
commands =
29
stestr run {posargs}
30
0 commit comments