Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Dec 1, 2022
1 parent 6226965 commit 92a76bb
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 8 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
pytest-xdist 3.1.0 (2022-12-01)
===============================

Features
--------

- `#789 <https://github.com/pytest-dev/pytest-xdist/issues/789>`_: Users can now set a default distribution mode in their configuration file:

.. code-block:: ini
[pytest]
addopts = --dist loadscope
- `#842 <https://github.com/pytest-dev/pytest-xdist/issues/842>`_: Python 3.11 is now officially supported.


Removals
--------

- `#842 <https://github.com/pytest-dev/pytest-xdist/issues/842>`_: Python 3.6 is no longer supported.


pytest-xdist 3.0.2 (2022-10-25)
===============================

Expand Down
6 changes: 0 additions & 6 deletions changelog/789.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/842.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/842.removal.rst

This file was deleted.

0 comments on commit 92a76bb

Please sign in to comment.