Skip to content

Commit 7daba1c

Browse files
committed
Release 1.29.0
1 parent 7ebf3ec commit 7daba1c

File tree

5 files changed

+21
-6
lines changed

5 files changed

+21
-6
lines changed

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
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

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

changelog/435.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/435.feature.rst

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

changelog/442.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)