From 95b309e980796a261045d770f69c016ca741473d Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 21 Nov 2023 11:33:54 -0300 Subject: [PATCH] Release 3.5.0 --- CHANGELOG.rst | 9 +++++++++ changelog/632.feature.rst | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) delete mode 100644 changelog/632.feature.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b2ec23eb..0228684d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,12 @@ +pytest-xdist 3.5.0 (2023-11-21) +=============================== + +Features +-------- + +- `#632 `_: ``--dist=loadscope`` now sorts scopes by number of tests to assign largest scopes early -- in many cases this should improve overall test session running time, as there is less chance of a large scope being left to be processed near the end of the session, leaving other workers idle. + + pytest-xdist 3.4.0 (2023-11-11) =============================== diff --git a/changelog/632.feature.rst b/changelog/632.feature.rst deleted file mode 100644 index eff46d40..00000000 --- a/changelog/632.feature.rst +++ /dev/null @@ -1 +0,0 @@ -``--dist=loadscope`` now sorts scopes by number of tests to assign largest scopes early -- in many cases this should improve overall test session running time, as there is less chance of a large scope being left to be processed near the end of the session, leaving other workers idle.