From c2c2a663edccd9fcb74f3bed24a6daad09c45d2a Mon Sep 17 00:00:00 2001 From: Chad Smith Date: Tue, 18 Jan 2022 16:37:50 -0700 Subject: tox: pass PYCLOUDLIB_* env vars into integration tests when present (#1196) --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 57d18cdb..52849557 100644 --- a/tox.ini +++ b/tox.ini @@ -122,7 +122,7 @@ deps = commands = {envpython} -m pytest --log-cli-level=INFO {posargs:tests/integration_tests} deps = -r{toxinidir}/integration-requirements.txt -passenv = CLOUD_INIT_* SSH_AUTH_SOCK OS_* +passenv = CLOUD_INIT_* PYCLOUDLIB_* SSH_AUTH_SOCK OS_* [testenv:integration-tests-ci] commands = {[testenv:integration-tests]commands} @@ -134,7 +134,7 @@ setenv = [testenv:integration-tests-jenkins] commands = {[testenv:integration-tests]commands} deps = {[testenv:integration-tests]deps} -passenv = *_proxy CLOUD_INIT_* SSH_AUTH_SOCK OS_* GOOGLE_* GCP_* +passenv = *_proxy CLOUD_INIT_* PYCLOUDLIB_* SSH_AUTH_SOCK OS_* GOOGLE_* GCP_* setenv = PYTEST_ADDOPTS="-m not adhoc" -- cgit v1.2.1