summaryrefslogtreecommitdiff
path: root/docs/releases/4.1.txt
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2022-04-14 11:35:47 +0200
committerCarlton Gibson <carlton.gibson@noumenal.es>2022-04-14 12:38:31 +0200
commitdeedf5bbc347e47b3be6e15783fc43a9c0a69256 (patch)
tree754bb59f789c3998e11a4de0a1a8b1e53a7b976f /docs/releases/4.1.txt
parent1760ad4e8cdbf34a0f38deae300460a0b9c38eac (diff)
Refs #31169 -- Added release note for parallel test running changes.
Diffstat (limited to 'docs/releases/4.1.txt')
-rw-r--r--docs/releases/4.1.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt
index 71f88eefdb..f248e1f21e 100644
--- a/docs/releases/4.1.txt
+++ b/docs/releases/4.1.txt
@@ -348,6 +348,10 @@ Templates
Tests
~~~~~
+* The :class:`.DiscoverRunner` now supports running tests in parallel on
+ macOS, Windows, and any other systems where the default
+ :mod:`multiprocessing` start method is ``spawn``.
+
* A nested atomic block marked as durable in :class:`django.test.TestCase` now
raises a ``RuntimeError``, the same as outside of tests.