From 54e1183704cd302fb8a0e0d7067679f576c41960 Mon Sep 17 00:00:00 2001 From: hparekh Date: Tue, 8 Dec 2015 16:38:21 +0900 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 fixes this problem. Change-Id: Ie98057a71fe516c6c96e6ac88cc5540ed9d6966d --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 0e29aff..865ae6c 100644 --- a/tox.ini +++ b/tox.ini @@ -16,6 +16,7 @@ setenv = NOSE_OPENSTACK_STDOUT=1 NOSE_XUNIT=1 DISCOVER_DIRECTORY=mistralclient/tests/unit +passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt