Opened 16 months ago
Last modified 16 months ago
#34731 closed Bug
Django test suite still has an occurence of assertEquals, removed in Python 3.12 — at Initial Version
Reported by: | Michel Alexandre Salim | Owned by: | nobody |
---|---|---|---|
Component: | Testing framework | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Python 3.12, shipping in the upcoming Fedora 39, finally removed the deprecated assertEquals
in favor of assertEqual
. The Django test suite mostly use the latter already, but there is one occurence of the former left. It should be converted.
Note:
See TracTickets
for help on using tickets.