Skip to content

Commit 1e3e4dc

Browse files
committed
Release 3.8.0
1 parent 600aad5 commit 1e3e4dc

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
pytest-xdist 3.8.0 (2025-06-30)
2+
===============================
3+
4+
Features
5+
--------
6+
7+
- `#1083 <https://github.com/pytest-dev/pytest-xdist/issues/1083>`_: Add ``--no-loadscope-reorder`` and ``--loadscope-reorder`` option to control whether to automatically reorder tests in loadscope for tests where relative ordering matters. This only applies when using ``loadscope``.
8+
9+
For example, [test_file_1, test_file_2, ..., test_file_n] are given as input test files, if ``--no-loadscope-reorder`` is used, for either worker, the ``test_file_a`` will be executed before ``test_file_b`` only if ``a < b``.
10+
11+
The default behavior is to reorder the tests to maximize the number of tests that can be executed in parallel.
12+
113
pytest-xdist 3.7.0 (2025-05-26)
214
===============================
315

changelog/1083.improvement.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)