Skip to content

Commit

Permalink
tox.ini: add more passenv
Browse files Browse the repository at this point in the history
pass all the Google Cloud SDK related environment variables
  • Loading branch information
kmizumar committed Sep 18, 2024
1 parent 732b963 commit 8546200
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ commands =
isort . --check --diff
mypy pfio
pytest -W error::deprecation.UnsupportedWarning tests -s -v
passenv = GOOGLE_*
passenv = CLOUDSDK_*
passenv = GCLOUD_PROJECT GCP_PROJECT
passenv = PFIO_TEST_*

[testenv:doc]
Expand Down

0 comments on commit 8546200

Please sign in to comment.