prepare 1.30.0 release

This commit is contained in:
Ronny Pfannschmidt
2019-10-01 10:35:55 +02:00
parent 79c14b2320
commit 30b540cd1f
3 changed files with 22 additions and 10 deletions

View File

@@ -1,9 +0,0 @@
Initialization between workers and master nodes is now more consistent, which fixes a number of
long-standing issues related to startup with the ``-c`` option.
Issues:
* `#6 <https://github.com/pytest-dev/pytest-xdist/issues/6>`__: Poor interaction between ``-n#`` and ``-c X.cfg``
* `#445 <https://github.com/pytest-dev/pytest-xdist/issues/445>`__: pytest-xdist is not reporting the same nodeid as pytest does
This however only works with **pytest 5.1 or later**, as it required changes in pytest itself.

View File

@@ -1 +0,0 @@
Fix crash issues related to running xdist with the terminal plugin disabled.