Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.4.0 #701

Merged
merged 3 commits into from Sep 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.rst
@@ -1,3 +1,16 @@
pytest-xdist 2.4.0 (2021-09-20)
===============================

Features
--------

- `#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).

Depends on the `setproctitle <https://pypi.org/project/setproctitle/>`__ package, which can be installed with ``pip install pytest-xdist[setproctitle]``.

- `#704 <https://github.com/pytest-dev/pytest-xdist/issues/704>`_: Add support for Python 3.10.


pytest-xdist 2.3.0 (2021-06-16)
===============================

Expand Down
2 changes: 2 additions & 0 deletions RELEASING.rst
Expand Up @@ -41,3 +41,5 @@ To publish a new release ``X.Y.Z``, the steps are as follows:
$ git push git@github.com:pytest-dev/pytest-xdist.git v$VERSION

That will build the package and publish it on ``PyPI`` automatically.

#. Merge the release PR to `master`.
3 changes: 0 additions & 3 deletions changelog/696.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/704.feature

This file was deleted.