Skip to content

Commit

Permalink
Fix tox for 4+
Browse files Browse the repository at this point in the history
  • Loading branch information
willbarton committed Aug 22, 2023
1 parent 3c3c8e0 commit 00f85c7
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,16 @@ commands=
changedir=
{toxinidir}/cfgov
passenv=
PGUSER PGPASSWORD PGDATABASE PGHOST PGPORT ES_HOST ES_PORT GITHUB_ACTIONS SKIP_DJANGO_MIGRATIONS TEST_RUNNER
PGUSER
PGPASSWORD
PGDATABASE
PGHOST
PGPORT
ES_HOST
ES_PORT
GITHUB_ACTIONS
SKIP_DJANGO_MIGRATIONS
TEST_RUNNER
setenv=
GOVDELIVERY_ACCOUNT_CODE=fake_account_code
DJANGO_ADMIN_USERNAME=admin
Expand Down Expand Up @@ -137,7 +146,11 @@ changedir={[unittest-config]changedir}
deps=
{[unittest-config]deps}
passenv=
PGUSER PGPASSWORD PGDATABASE PGHOST PGPORT
PGUSER
PGPASSWORD
PGDATABASE
PGHOST
PGPORT
setenv=
PGUSER={env:PGUSER:cfpb}
PGPASSWORD={env:PGPASSWORD:cfpb}
Expand Down

0 comments on commit 00f85c7

Please sign in to comment.