Skip to content

Commit 0f3e5db

Browse files
ci: Remove Django setuptools pin
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.
1 parent b658e4b commit 0f3e5db

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

constraints.txt

-3
This file was deleted.

tox.ini

-1
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,6 @@ setenv =
646646
OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
647647
COVERAGE_FILE=.coverage-{envname}
648648
django: DJANGO_SETTINGS_MODULE=tests.integrations.django.myapp.settings
649-
py3.12-django: PIP_CONSTRAINT=constraints.txt
650649

651650
common: TESTPATH=tests
652651
gevent: TESTPATH=tests

0 commit comments

Comments
 (0)