Skip to content

Commit

Permalink
Release 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Nov 21, 2023
1 parent 3fe877b commit 95b309e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
@@ -1,3 +1,12 @@
pytest-xdist 3.5.0 (2023-11-21)
===============================

Features
--------

- `#632 <https://github.com/pytest-dev/pytest-xdist/issues/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)
===============================

Expand Down
1 change: 0 additions & 1 deletion changelog/632.feature.rst

This file was deleted.

0 comments on commit 95b309e

Please sign in to comment.