Skip to content

Commit

Permalink
tox: pass PYCLOUDLIB_* env vars into integration tests when present (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
blackboxsw authored Jan 18, 2022
1 parent 0988fb8 commit c2c2a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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"

Expand Down

0 comments on commit c2c2a66

Please sign in to comment.