Skip to content

Commit

Permalink
Merge pull request #443 from nicoddemus/release-1.29.0
Browse files Browse the repository at this point in the history
Release 1.29.0
  • Loading branch information
nicoddemus committed Jun 14, 2019
2 parents 7ebf3ec + 7daba1c commit a19d74d
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
pytest-xdist 1.29.0 (2019-06-14)
================================

Features
--------

- `#226 <https://github.com/pytest-dev/pytest-xdist/issues/226>`_: ``--max-worker-restart`` now assumes a more reasonable value (4 times the number of
nodes) when not given explicitly. This prevents test suites from running forever when the suite crashes during collection.

- `#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
for easier viewing.

- `#442 <https://github.com/pytest-dev/pytest-xdist/issues/442>`_: Compatibility fix for upcoming pytest 5.0: ``session.exitstatus`` is now an ``IntEnum`` object.


Bug Fixes
---------

- `#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.


pytest-xdist 1.28.0 (2019-04-02)
================================

Expand Down
2 changes: 0 additions & 2 deletions changelog/226.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/435.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/435.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/442.feature.rst

This file was deleted.

0 comments on commit a19d74d

Please sign in to comment.