Skip to content

Commit 92a76bb

Browse files
committed
Release 3.1.0
1 parent 6226965 commit 92a76bb

File tree

4 files changed

+22
-8
lines changed

4 files changed

+22
-8
lines changed

CHANGELOG.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
pytest-xdist 3.1.0 (2022-12-01)
2+
===============================
3+
4+
Features
5+
--------
6+
7+
- `#789 <https://github.com/pytest-dev/pytest-xdist/issues/789>`_: Users can now set a default distribution mode in their configuration file:
8+
9+
.. code-block:: ini
10+
11+
[pytest]
12+
addopts = --dist loadscope
13+
14+
- `#842 <https://github.com/pytest-dev/pytest-xdist/issues/842>`_: Python 3.11 is now officially supported.
15+
16+
17+
Removals
18+
--------
19+
20+
- `#842 <https://github.com/pytest-dev/pytest-xdist/issues/842>`_: Python 3.6 is no longer supported.
21+
22+
123
pytest-xdist 3.0.2 (2022-10-25)
224
===============================
325

changelog/789.feature.rst

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

changelog/842.feature.rst

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

changelog/842.removal.rst

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

0 commit comments

Comments
 (0)