Skip to content

Commit

Permalink
tox main-check: add GOOGLE_APPLICATION_CREDENTIALS to passenv
Browse files Browse the repository at this point in the history
  • Loading branch information
paride committed Feb 20, 2024
1 parent 3222614 commit 127d079
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ deps =
# tests after the branch has merged. Better late than never
commands = {envpython} -m pytest -n 5 -m main_check --log-cli-level=DEBUG -svv {posargs:tests/integration_tests}
deps = {[testenv:integration-tests-ci]deps}
passenv =
GOOGLE_APPLICATION_CREDENTIALS

[flake8]
# E203: whitespace before ':' ... This goes against pep8 and black formatting
Expand Down

0 comments on commit 127d079

Please sign in to comment.