Skip to content

Commit 26e7d95

Browse files
prepare release 2.3.0
1 parent b02a6db commit 26e7d95

File tree

8 files changed

+33
-9
lines changed

8 files changed

+33
-9
lines changed

CHANGELOG.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
pytest-xdist 2.3.0 (2021-06-16)
2+
Deprecations and Removals
3+
-------------------------
4+
5+
- `#654 <https://github.com/pytest-dev/pytest-xdist/issues/654>`_: Python 3.5 is no longer supported.
6+
7+
8+
Features
9+
--------
10+
11+
- `#646 <https://github.com/pytest-dev/pytest-xdist/issues/646>`_: Add ``--numprocesses=logical`` flag, which automatically uses the number of logical CPUs available, instead of physical CPUs with ``auto``.
12+
13+
This is very useful for test suites which are not CPU-bound.
14+
15+
- `#650 <https://github.com/pytest-dev/pytest-xdist/issues/650>`_: Added new ``pytest_handlecrashitem`` hook to allow handling and rescheduling crashed items.
16+
17+
18+
Bug Fixes
19+
---------
20+
21+
- `#421 <https://github.com/pytest-dev/pytest-xdist/issues/421>`_: Copy the parent process sys.path into local workers, to work around execnet's python -c adding the current directory to sys.path.
22+
23+
- `#638 <https://github.com/pytest-dev/pytest-xdist/issues/638>`_: Fix issue caused by changing the branch name of the pytest repository.
24+
25+
26+
Trivial Changes
27+
---------------
28+
29+
- `#592 <https://github.com/pytest-dev/pytest-xdist/issues/592>`_: Replace master with controller where ever possible.
30+
31+
- `#643 <https://github.com/pytest-dev/pytest-xdist/issues/643>`_: Use 'main' to refer to pytest default branch in tox env names.
32+
33+
134
pytest-xdist 2.2.1 (2021-02-09)
235
===============================
336

changelog/421.bugfix.rst

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

changelog/592.trivial.rst

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

changelog/638.bugfix.rst

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

changelog/643.trivial.rst

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

changelog/646.feature.rst

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

changelog/650.feature.rst

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

changelog/654.removal.rst

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

0 commit comments

Comments
 (0)