From bc480de4800d2381ba911bf3296d387885bced41 Mon Sep 17 00:00:00 2001 From: Kien Nguyen Date: Sun, 25 Jun 2017 17:47:06 +0700 Subject: [PATCH] Pass environment variables of proxy to tox When a development environment is under a proxy, tox is failed even if environment variables of the proxy are set. This patch fix this problem. Refer patch set [1] [1] https://review.openstack.org/#/c/189569 Change-Id: Iefaab1ebc4e83ed2704630196271cd18c644f9a2 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 7bb73a8f0..7de820733 100644 --- a/tox.ini +++ b/tox.ini @@ -21,6 +21,7 @@ commands = rm -rf .testrepository/times.dbm bash tools/pretty_tox.sh '{posargs}' +passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY [testenv:pep8] commands =