From fd595774f64f22384ec9229bde176df5cb2fd4c6 Mon Sep 17 00:00:00 2001 From: Paride Legovini Date: Thu, 7 Oct 2021 20:54:19 +0200 Subject: tox integration: pass the *_proxy, GOOGLE_*, GCP_* env vars (#1050) *_proxy: required for https_proxy and no_proxy GOOGLE_* and GCP_*: see [1]. https://cloud.google.com/functions/docs/configuring/env-var#runtime_environment_variables_set_automatically --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 20e3b227..f0c22cdb 100644 --- a/tox.ini +++ b/tox.ini @@ -155,7 +155,7 @@ setenv = [testenv:integration-tests-jenkins] commands = {envpython} -m pytest --log-cli-level=INFO {posargs:tests/integration_tests} -passenv = CLOUD_INIT_* SSH_AUTH_SOCK OS_* +passenv = *_proxy CLOUD_INIT_* SSH_AUTH_SOCK OS_* GOOGLE_* GCP_* deps = -r{toxinidir}/integration-requirements.txt setenv = -- cgit v1.2.3