diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-07-28 23:21:17 +0200 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-07-29 14:11:22 -0300 |
| commit | d55979334dcefdb11626220000bec97ade09df07 (patch) | |
| tree | 7b97116fe080afb6f26b4f2381303868f7f02f5e /docs | |
| parent | d4dd3e503c88db92f254769a64b2fcd4c572c7dc (diff) | |
Fixed #36531 -- Added forkserver support to parallel test runner.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/6.0.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt index 7997ff3a38..1e45fe9aec 100644 --- a/docs/releases/6.0.txt +++ b/docs/releases/6.0.txt @@ -348,7 +348,8 @@ Templates Tests ~~~~~ -* ... +* The :class:`.DiscoverRunner` now supports parallel test execution on systems + using the ``forkserver`` :mod:`multiprocessing` start method. URLs ~~~~ |
