Skip to content

Commit 56275d4

Browse files
authored
Merge pull request #701 from nicoddemus/release-2.4.0
2 parents 87d8979 + 4097c34 commit 56275d4

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
pytest-xdist 2.4.0 (2021-09-20)
2+
===============================
3+
4+
Features
5+
--------
6+
7+
- `#696 <https://github.com/pytest-dev/pytest-xdist/issues/696>`_: On Linux, the process title now changes to indicate the current worker state (running/idle).
8+
9+
Depends on the `setproctitle <https://pypi.org/project/setproctitle/>`__ package, which can be installed with ``pip install pytest-xdist[setproctitle]``.
10+
11+
- `#704 <https://github.com/pytest-dev/pytest-xdist/issues/704>`_: Add support for Python 3.10.
12+
13+
114
pytest-xdist 2.3.0 (2021-06-16)
215
===============================
316

RELEASING.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ To publish a new release ``X.Y.Z``, the steps are as follows:
4141
$ git push [email protected]:pytest-dev/pytest-xdist.git v$VERSION
4242

4343
That will build the package and publish it on ``PyPI`` automatically.
44+
45+
#. Merge the release PR to `master`.

changelog/696.feature.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog/704.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)