mirror of
https://github.com/django/django.git
synced 2025-07-11 21:29:12 +00:00
TestCase.doClassCleanups() cannot be called on Python < 3.10.9 because setUpClass()/tearDownClass() are called multiple times in LiveServerTestCase tests (refs #27079).