Add HTTP proxy variables to tox environment passthrough

This commit is contained in:
Paul Moore 2020-01-15 15:32:39 +00:00
parent cf722df4f9
commit f404eaa6ef
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ pip = python {toxinidir}/tools/tox_pip.py
[testenv]
# Remove USERNAME once we drop PY2.
passenv = CI GIT_SSL_CAINFO USERNAME
passenv = CI GIT_SSL_CAINFO USERNAME HTTP_PROXY HTTPS_PROXY NO_PROXY
setenv =
# This is required in order to get UTF-8 output inside of the subprocesses
# that our tests use.