Skip to content

Commit a19d74d

Browse files
authored
Merge pull request #443 from nicoddemus/release-1.29.0
Release 1.29.0
2 parents 7ebf3ec + 7daba1c commit a19d74d

File tree

5 files changed

+21
-6
lines changed

5 files changed

+21
-6
lines changed

CHANGELOG.rst

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
pytest-xdist 1.29.0 (2019-06-14)
2+
================================
3+
4+
Features
5+
--------
6+
7+
- `#226 <https://github.com/pytest-dev/pytest-xdist/issues/226>`_: ``--max-worker-restart`` now assumes a more reasonable value (4 times the number of
8+
nodes) when not given explicitly. This prevents test suites from running forever when the suite crashes during collection.
9+
10+
- `#435 <https://github.com/pytest-dev/pytest-xdist/issues/435>`_: When the test session is interrupted due to running out of workers, the reason is shown in the test summary
11+
for easier viewing.
12+
13+
- `#442 <https://github.com/pytest-dev/pytest-xdist/issues/442>`_: Compatibility fix for upcoming pytest 5.0: ``session.exitstatus`` is now an ``IntEnum`` object.
14+
15+
16+
Bug Fixes
17+
---------
18+
19+
- `#435 <https://github.com/pytest-dev/pytest-xdist/issues/435>`_: No longer show an internal error when we run out of workers due to crashes.
20+
21+
122
pytest-xdist 1.28.0 (2019-04-02)
223
================================
324

changelog/226.feature.rst

-2
This file was deleted.

changelog/435.bugfix.rst

-1
This file was deleted.

changelog/435.feature.rst

-2
This file was deleted.

changelog/442.feature.rst

-1
This file was deleted.

0 commit comments

Comments
 (0)