Skip to content

Commit

Permalink
ci: Remove Django setuptools pin
Browse files Browse the repository at this point in the history
Revert #3371, which was needed to work around pypa/setuptools#4519 and allow our Django tests to run on Python 3.12. pypa/setuptools#4519 has been resolved upstream, so the workaround should no longer be needed.
  • Loading branch information
szokeasaurusrex authored Jul 30, 2024
1 parent b658e4b commit 0f3e5db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions constraints.txt

This file was deleted.

1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,6 @@ setenv =
OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
COVERAGE_FILE=.coverage-{envname}
django: DJANGO_SETTINGS_MODULE=tests.integrations.django.myapp.settings
py3.12-django: PIP_CONSTRAINT=constraints.txt

common: TESTPATH=tests
gevent: TESTPATH=tests
Expand Down

0 comments on commit 0f3e5db

Please sign in to comment.