diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b2ec23e..0228684 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 eff46d4..0000000 --- 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.