From ecf4d3be31a71365026f0bbb8d67c157f75d695d Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 20 Sep 2021 21:17:31 -0300 Subject: [PATCH] Release 2.4.0 --- CHANGELOG.rst | 11 +++++++++++ changelog/696.feature.rst | 3 --- changelog/704.feature | 1 - 3 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 changelog/696.feature.rst delete mode 100644 changelog/704.feature diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 29764aa5..5dbfaa72 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,14 @@ +pytest-xdist 2.4.0 (2021-09-20) +Features +-------- + +- `#696 `_: On Linux, the process title now changes to indicate the current worker state (running/idle). + + Depends on the `setproctitle `__ package, which can be installed with ``pip install pytest-xdist[setproctitle]``. + +- `#704 `_: Add support for Python 3.10. + + pytest-xdist 2.3.0 (2021-06-16) =============================== diff --git a/changelog/696.feature.rst b/changelog/696.feature.rst deleted file mode 100644 index 8c78a141..00000000 --- a/changelog/696.feature.rst +++ /dev/null @@ -1,3 +0,0 @@ -On Linux, the process title now changes to indicate the current worker state (running/idle). - -Depends on the `setproctitle `__ package, which can be installed with ``pip install pytest-xdist[setproctitle]``. diff --git a/changelog/704.feature b/changelog/704.feature deleted file mode 100644 index d1e7f795..00000000 --- a/changelog/704.feature +++ /dev/null @@ -1 +0,0 @@ -Add support for Python 3.10.