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