From 1e284d31d03304bba5ac5dc92ddfb82e88fd2cf0 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 19 Dec 2019 22:25:42 -0300 Subject: [PATCH 1/2] Move 1.30.0 changelog to the top (by mistake?) --- CHANGELOG.rst | 66 +++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ff35bfe..d58f3a3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,36 @@ +.. + You should *NOT* be adding new change log entries to this file, this + file is managed by towncrier. You *may* edit previous change logs to + fix problems like typo corrections or such. + To add a new change log entry, please see + https://pip.pypa.io/en/latest/development/#adding-a-news-entry + We named the news folder ``changelog`` + +.. 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. + + pytest-xdist 1.29.0 (2019-06-14) ================================ @@ -401,39 +434,6 @@ Improved Documentation - Added ``HOWTORELEASE`` documentation. (#155) -.. - You should *NOT* be adding new change log entries to this file, this - file is managed by towncrier. You *may* edit previous change logs to - fix problems like typo corrections or such. - To add a new change log entry, please see - https://pip.pypa.io/en/latest/development/#adding-a-news-entry - We named the news folder ``changelog`` - -.. 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 ------ From 1f139a85d702e18dde3682e862c608f7261767ed Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 19 Dec 2019 22:28:21 -0300 Subject: [PATCH 2/2] Release 1.31.0 --- CHANGELOG.rst | 22 ++++++++++++++-------- changelog/486.feature.rst | 1 - changelog/491.bugfix.rst | 1 - 3 files changed, 14 insertions(+), 10 deletions(-) delete mode 100644 changelog/486.feature.rst delete mode 100644 changelog/491.bugfix.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d58f3a3..e6ac0c0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,12 +1,18 @@ -.. - You should *NOT* be adding new change log entries to this file, this - file is managed by towncrier. You *may* edit previous change logs to - fix problems like typo corrections or such. - To add a new change log entry, please see - https://pip.pypa.io/en/latest/development/#adding-a-news-entry - We named the news folder ``changelog`` +pytest-xdist 1.31.0 (2019-12-19) +================================ + +Features +-------- + +- `#486 `_: Add support for Python 3.8. + + +Bug Fixes +--------- + +- `#491 `_: Fix regression that caused custom plugin command-line arguments to be discarded when using ``--tx`` mode. + -.. towncrier release notes start pytest-xdist 1.30.0 (2019-10-01) ================================ diff --git a/changelog/486.feature.rst b/changelog/486.feature.rst deleted file mode 100644 index 746bc5f..0000000 --- a/changelog/486.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Add support for Python 3.8. diff --git a/changelog/491.bugfix.rst b/changelog/491.bugfix.rst deleted file mode 100644 index 4f70423..0000000 --- a/changelog/491.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix regression that caused custom plugin command-line arguments to be discarded when using ``--tx`` mode.