From f404eaa6ef76e87922cec308c65a428e1314915e Mon Sep 17 00:00:00 2001
From: Paul Moore
Date: Wed, 15 Jan 2020 15:32:39 +0000
Subject: [PATCH] Add HTTP proxy variables to tox environment passthrough
---
news/85a9deeb-db71-4c14-a57a-6d440995130d.trivial | 0
tox.ini | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
create mode 100644 news/85a9deeb-db71-4c14-a57a-6d440995130d.trivial
diff --git a/news/85a9deeb-db71-4c14-a57a-6d440995130d.trivial b/news/85a9deeb-db71-4c14-a57a-6d440995130d.trivial
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tox.ini b/tox.ini
index 6be97232065..993d3f517b9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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.