summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Schubert <ben.c.schubert@gmail.com>2019-03-06 14:27:13 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-03-06 18:05:59 +0000
commitfde70e7c785f16c456e3d861624aa0f519cfb918 (patch)
tree65a7a9b1743f2193397046aeccb8548f06799d07
parent3fd758faffc1851e007596ce177275f84169deaa (diff)
downloadbuildstream-bschubert/tests-behind-proxy.tar.gz
test: Pass proxy and cert env variable to tox environmentbschubert/tests-behind-proxy
In order to be able to run integration tests behind a proxy, we need to let proxy related environment variable cascade to the tox environment.
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 78e491973..5057c7c99 100644
--- a/tox.ini
+++ b/tox.ini
@@ -30,6 +30,13 @@ passenv =
BST_FORCE_BACKEND
GI_TYPELIB_PATH
INTEGRATION_CACHE
+ http_proxy
+ HTTP_PROXY
+ https_proxy
+ HTTPS_PROXY
+ no_proxy
+ NO_PROXY
+ SSL_CERT_FILE
#
# These keys are not inherited by any other sections