Skip to content

Commit

Permalink
Make passenv compatible with tox 4
Browse files Browse the repository at this point in the history
  • Loading branch information
lunkwill42 committed Sep 5, 2023
1 parent 97178b9 commit 1d4791a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,19 @@ setenv =
PYTHONFAULTHANDLER=1
django32: DJANGO_VER=32
django40: DJANGO_VER=40
passenv = GITHUB_ACTIONS GITHUB_RUN_ID USER PGHOST PGPORT PGDATABASE PGUSER PGPASSWORD WORKSPACE DISPLAY DYLD_LIBRARY_PATH LD_LIBRARY_PATH
passenv =
GITHUB_ACTIONS
GITHUB_RUN_ID
USER
PGHOST
PGPORT
PGDATABASE
PGUSER
PGPASSWORD
WORKSPACE
DISPLAY
DYLD_LIBRARY_PATH
LD_LIBRARY_PATH
allowlist_externals =
sh
sed
Expand Down

0 comments on commit 1d4791a

Please sign in to comment.