Skip to content

Commit

Permalink
ci: apparently tox wants passenv to be spread out in multiple lines now
Browse files Browse the repository at this point in the history
  • Loading branch information
karlicoss committed Dec 9, 2022
1 parent b5cab40 commit 3497089
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ toxworkdir={env:TOXWORKDIR_BASE:}{toxinidir}/.tox
[testenv]
passenv =
# useful for tests to know they are running under ci
CI CI_*
CI
CI_*
# respect user's cache dirs to prevent tox from crapping into project dir
MYPY_CACHE_DIR PYTHONPYCACHEPREFIX
MYPY_CACHE_DIR
PYTHONPYCACHEPREFIX

[testenv:tests]
commands =
Expand Down

0 comments on commit 3497089

Please sign in to comment.