1
0
mirror of https://github.com/django/django.git synced 2025-07-08 19:59:11 +00:00
Mariusz Felisiak 534895f1ac [4.0.x] Fixed thread termination in servers.tests.LiveServerPort on Python < 3.10.9.
TestCase.doClassCleanups() cannot be called on Python < 3.10.9 because
setUpClass()/tearDownClass() are called multiple times in
LiveServerTestCase tests (refs #27079).
2023-02-02 13:13:25 +01:00
..