1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #34010 -- Made --debug-mode work for parallel tests using spawn.

Bug in 3b3f38b3b0.

Thanks Kevin Renskers for the report.
This commit is contained in:
Adam Johnson
2022-09-28 09:02:54 +01:00
committed by Mariusz Felisiak
parent 4a910f3de3
commit 0f5b11eca0
3 changed files with 18 additions and 3 deletions

View File

@@ -31,3 +31,7 @@ Bugfixes
* Fixed a regression in Django 4.1 where the app registry was not populated
when running parallel tests with the ``multiprocessing`` start method
``spawn`` (:ticket:`34010`).
* Fixed a regression in Django 4.1 where the ``--debug-mode`` argument to
``test`` did not work when running parallel tests with the
``multiprocessing`` start method ``spawn`` (:ticket:`34010`).