diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 81602d0..ff35bfe 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -411,6 +411,28 @@ Improved Documentation .. towncrier release notes start +pytest-xdist 1.30.0 (2019-10-01) +================================ + +Features +-------- + +- `#448 `_: 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 `__: Poor interaction between ``-n#`` and ``-c X.cfg`` + * `#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. + + +Bug Fixes +--------- + +- `#467 `_: Fix crash issues related to running xdist with the terminal plugin disabled. + 1.17.0 ------ diff --git a/changelog/448.feature.rst b/changelog/448.feature.rst deleted file mode 100644 index 2a5410a..0000000 --- a/changelog/448.feature.rst +++ /dev/null @@ -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 `__: Poor interaction between ``-n#`` and ``-c X.cfg`` -* `#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. diff --git a/changelog/467.bugfix.rst b/changelog/467.bugfix.rst deleted file mode 100644 index 5345c02..0000000 --- a/changelog/467.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix crash issues related to running xdist with the terminal plugin disabled.