From fa8037d3659e25ff5dfad185e44c403d449b06fd Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 2 Apr 2019 20:14:26 -0300 Subject: [PATCH] Release 1.28.0 --- CHANGELOG.rst | 13 +++++++++++++ changelog/426.feature.rst | 5 ----- 2 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 changelog/426.feature.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2c83c2c..60760c8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,16 @@ +pytest-xdist 1.28.0 (2019-04-02) +================================ + +Features +-------- + +- `#426 `_: ``pytest-xdist`` now uses the new ``pytest_report_to_serializable`` and ``pytest_report_from_serializable`` + hooks from ``pytest 4.4`` (still experimental). This will make report serialization more reliable and + extensible. + + This also means that ``pytest-xdist`` now requires ``pytest>=4.4``. + + pytest-xdist 1.27.0 (2019-02-15) ================================ diff --git a/changelog/426.feature.rst b/changelog/426.feature.rst deleted file mode 100644 index c29bd9e..0000000 --- a/changelog/426.feature.rst +++ /dev/null @@ -1,5 +0,0 @@ -``pytest-xdist`` now uses the new ``pytest_report_to_serializable`` and ``pytest_report_from_serializable`` -hooks from ``pytest 4.4`` (still experimental). This will make report serialization more reliable and -extensible. - -This also means that ``pytest-xdist`` now requires ``pytest>=4.4``.