Skip to content

Commit 5c06519

Browse files
committed
Release 3.2.0
Fixes #874
1 parent c695763 commit 5c06519

File tree

5 files changed

+24
-5
lines changed

5 files changed

+24
-5
lines changed

Diff for: CHANGELOG.rst

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
pytest-xdist 3.2.0 (2023-02-07)
2+
===============================
3+
4+
Improved Documentation
5+
----------------------
6+
7+
- `#863 <https://github.com/pytest-dev/pytest-xdist/issues/863>`_: Document limitations for debugging due to standard I/O of workers not being forwarded. Also, mention remote debugging as a possible workaround.
8+
9+
10+
Features
11+
--------
12+
13+
- `#855 <https://github.com/pytest-dev/pytest-xdist/issues/855>`_: Users can now configure ``load`` scheduling precision using ``--maxschedchunk`` command
14+
line option.
15+
16+
- `#858 <https://github.com/pytest-dev/pytest-xdist/issues/858>`_: New ``worksteal`` scheduler, based on the idea of `work stealing <https://en.wikipedia.org/wiki/Work_stealing>`_. It's similar to ``load`` scheduler, but it should handle tests with significantly differing duration better, and, at the same time, it should provide similar or better reuse of fixtures.
17+
18+
19+
Trivial Changes
20+
---------------
21+
22+
- `#870 <https://github.com/pytest-dev/pytest-xdist/issues/870>`_: Make the tests pass even when ``$PYTEST_XDIST_AUTO_NUM_WORKERS`` is set.
23+
24+
125
pytest-xdist 3.1.0 (2022-12-01)
226
===============================
327

Diff for: changelog/855.feature

-2
This file was deleted.

Diff for: changelog/858.feature

-1
This file was deleted.

Diff for: changelog/863.doc

-1
This file was deleted.

Diff for: changelog/870.trivial

-1
This file was deleted.

0 commit comments

Comments
 (0)