Merge pull request #7602 from pfmoore/toxfix

Add HTTP proxy variables to tox environment passthrough
This commit is contained in:
Paul Moore 2020-01-15 17:48:55 +00:00 committed by GitHub
commit fed360a64e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.