Skip to content

Commit

Permalink
Merge pull request #8605 from cfpb/fix/tox-envdir
Browse files Browse the repository at this point in the history
Remove tox envdir configuration broken in tox 4
  • Loading branch information
chosak authored Oct 10, 2024
2 parents 86b3c3e + 0b8e40e commit 121fa59
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ commands=
[testenv:unittest]
# Invoke with: tox -e unittest
recreate=False
envdir={toxworkdir}/unittest
deps=
{[unittest-config]deps}
commands={[unittest-config]commands}
Expand All @@ -105,7 +104,6 @@ commands={[unittest-config]commands}
[testenv:lint]
# Invoke with: tox -e lint
recreate=False
envdir={toxworkdir}/lint
deps={[lint-config]deps}
commands={[lint-config]commands}

Expand Down Expand Up @@ -134,7 +132,6 @@ commands=
# Invoke with: tox -e validate-migrations
# Ensure that we're not missing any migations
recreate=False
envdir={toxworkdir}/unittest
changedir={[unittest-config]changedir}
deps=
{[unittest-config]deps}
Expand Down Expand Up @@ -164,7 +161,6 @@ commands=
# NOTE: Requires gettext. Will overwrite any existing
# */locale/*/LC_MESSAGES/django.po files.
recreate=False
envdir={toxworkdir}/unittest
changedir={[unittest-config]changedir}
deps=
{[unittest-config]deps}
Expand Down

0 comments on commit 121fa59

Please sign in to comment.