Skip to content

Commit c8bbc03

Browse files
committed
Release 2.5.0
1 parent 8dbf367 commit c8bbc03

File tree

7 files changed

+21
-6
lines changed

7 files changed

+21
-6
lines changed

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
pytest-xdist 2.5.0 (2021-12-10)
2+
Features
3+
--------
4+
5+
- `#722 <https://github.com/pytest-dev/pytest-xdist/issues/722>`_: Full compatibility with pytest 7 - no deprecation warnings or use of legacy features.
6+
7+
- `#733 <https://github.com/pytest-dev/pytest-xdist/issues/733>`_: New ``--dist=loadgroup`` option, which ensures all tests marked with ``@pytest.mark.xdist_group`` run in the same session/worker. Other tests run distributed as in ``--dist=load``.
8+
9+
10+
Trivial Changes
11+
---------------
12+
13+
- `#708 <https://github.com/pytest-dev/pytest-xdist/issues/708>`_: Use ``@pytest.hookspec`` decorator to declare hook options in ``newhooks.py`` to avoid warnings in ``pytest 7.0``.
14+
15+
- `#719 <https://github.com/pytest-dev/pytest-xdist/issues/719>`_: Use up-to-date ``setup.cfg``/``pyproject.toml`` packaging setup.
16+
17+
- `#720 <https://github.com/pytest-dev/pytest-xdist/issues/720>`_: Require pytest>=6.2.0.
18+
19+
- `#721 <https://github.com/pytest-dev/pytest-xdist/issues/721>`_: Started using type annotations and mypy checking internally. The types are incomplete and not published.
20+
21+
122
pytest-xdist 2.4.0 (2021-09-20)
223
===============================
324

changelog/708.trivial.rst

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

changelog/719.trivial.rst

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

changelog/720.trivial.rst

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

changelog/721.trivial.rst

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

changelog/722.feature.rst

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

changelog/733.feature.rst

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

0 commit comments

Comments
 (0)