Skip to content

Commit 30b540c

Browse files
prepare 1.30.0 release
1 parent 79c14b2 commit 30b540c

File tree

3 files changed

+22
-10
lines changed

3 files changed

+22
-10
lines changed

CHANGELOG.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,28 @@ Improved Documentation
411411
412412
.. towncrier release notes start
413413
414+
pytest-xdist 1.30.0 (2019-10-01)
415+
================================
416+
417+
Features
418+
--------
419+
420+
- `#448 <https://github.com/pytest-dev/pytest-xdist/issues/448>`_: Initialization between workers and master nodes is now more consistent, which fixes a number of
421+
long-standing issues related to startup with the ``-c`` option.
422+
423+
Issues:
424+
425+
* `#6 <https://github.com/pytest-dev/pytest-xdist/issues/6>`__: Poor interaction between ``-n#`` and ``-c X.cfg``
426+
* `#445 <https://github.com/pytest-dev/pytest-xdist/issues/445>`__: pytest-xdist is not reporting the same nodeid as pytest does
427+
428+
This however only works with **pytest 5.1 or later**, as it required changes in pytest itself.
429+
430+
431+
Bug Fixes
432+
---------
433+
434+
- `#467 <https://github.com/pytest-dev/pytest-xdist/issues/467>`_: Fix crash issues related to running xdist with the terminal plugin disabled.
435+
414436

415437
1.17.0
416438
------

changelog/448.feature.rst

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

changelog/467.bugfix.rst

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

0 commit comments

Comments
 (0)