Skip to content

Commit b1781a6

Browse files
committed
Pass through http proxy variables to tests.
1 parent 940f518 commit b1781a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/lsst/sconsUtils/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def __init__(self, env, ignoreList=None, expectedFailures=None, args=None,
9494
"astropy due to lack of astropy directory within it")
9595

9696
# Forward some environment to the tests
97-
for envvar in ["PYTHONPATH", xdgCacheVar]:
97+
for envvar in ["PYTHONPATH", "HTTP_PROXY", "HTTPS_PROXY", xdgCacheVar]:
9898
if envvar in os.environ:
9999
env.AppendENVPath(envvar, os.environ[envvar])
100100

0 commit comments

Comments
 (0)