From d9c43a09337ed96b2dc702dd6b6c0f140eaa14b0 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 15 Feb 2019 12:17:48 -0200 Subject: [PATCH] Release 1.27.0 --- CHANGELOG.rst | 11 +++++++++++ changelog/374.feature.rst | 1 - changelog/415.feature.rst | 1 - 3 files changed, 11 insertions(+), 2 deletions(-) delete mode 100644 changelog/374.feature.rst delete mode 100644 changelog/415.feature.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 32b77e6..2c83c2c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,14 @@ +pytest-xdist 1.27.0 (2019-02-15) +================================ + +Features +-------- + +- `#374 `_: The new ``pytest_xdist_getremotemodule`` hook allows overriding the module run on remote nodes. + +- `#415 `_: Improve behavior of ``--numprocesses=auto`` to work well with ``--pdb`` option. + + pytest-xdist 1.26.1 (2019-01-28) ================================ diff --git a/changelog/374.feature.rst b/changelog/374.feature.rst deleted file mode 100644 index d0c6c88..0000000 --- a/changelog/374.feature.rst +++ /dev/null @@ -1 +0,0 @@ -The new ``pytest_xdist_getremotemodule`` hook allows overriding the module run on remote nodes. diff --git a/changelog/415.feature.rst b/changelog/415.feature.rst deleted file mode 100644 index bb63455..0000000 --- a/changelog/415.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Improve behavior of ``--numprocesses=auto`` to work well with ``--pdb`` option.