diff options
author | Benjamin Schubert <ben.c.schubert@gmail.com> | 2019-03-06 14:27:13 +0000 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2019-03-06 18:05:59 +0000 |
commit | fde70e7c785f16c456e3d861624aa0f519cfb918 (patch) | |
tree | 65a7a9b1743f2193397046aeccb8548f06799d07 /tox.ini | |
parent | 3fd758faffc1851e007596ce177275f84169deaa (diff) | |
download | buildstream-fde70e7c785f16c456e3d861624aa0f519cfb918.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.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |