From 92bfc356cc997283bba1cdf9a4e30bb34845a99c Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 14 Jan 2016 18:00:56 +0000 Subject: [PATCH] Revert "Pass environment variables of proxy to tox" It looks like you can work around this problem by setting an environment variable on your dev system. See https://tox.readthedocs.org/en/latest/config.html#confval-passenv=SPACE-SEPARATED-GLOBNAMES This reverts commit 45180520c9bb8434a1ca96841f8f709bb45200ed. Change-Id: Iba1c5097ff8cfc5c26b4495a9b2eabd804495775 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0dab9ccad..f21002523 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,6 @@ setenv = deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = python setup.py testr --slowest --testr-args='{posargs}' -passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY [testenv:pep8] commands = flake8