From aa18bd9d78902f2053f208b0493a431d611d72b6 Mon Sep 17 00:00:00 2001 From: hparekh Date: Thu, 10 Dec 2015 09:29:12 +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: Ibde388f69e0e6bdc19900e770989d63f0d5f21dd Closes-bug: #1524824 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 9c5d18cb..0429d0b9 100644 --- a/tox.ini +++ b/tox.ini @@ -13,6 +13,7 @@ setenv = VIRTUAL_ENV={envdir} NOSE_OPENSTACK_YELLOW=0.025 NOSE_OPENSTACK_SHOW_ELAPSED=1 DJANGO_SETTINGS_MODULE=muranodashboard.settings +passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt http://tarballs.openstack.org/horizon/horizon-master.tar.gz