Merge pull request #974 from pytest-dev/release-3.5.0

Release 3.5.0
This commit is contained in:
Bruno Oliveira
2023-11-21 13:02:15 -03:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -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) pytest-xdist 3.4.0 (2023-11-11)
=============================== ===============================

View File

@@ -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.