Skip to content

Commit e7c42f0

Browse files
finish release 2.3.0
2 parents b02a6db + fe57b39 commit e7c42f0

File tree

8 files changed

+35
-9
lines changed

8 files changed

+35
-9
lines changed

CHANGELOG.rst

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
pytest-xdist 2.3.0 (2021-06-16)
2+
===============================
3+
4+
Deprecations and Removals
5+
-------------------------
6+
7+
- `#654 <https://github.com/pytest-dev/pytest-xdist/issues/654>`_: Python 3.5 is no longer supported.
8+
9+
10+
Features
11+
--------
12+
13+
- `#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``.
14+
15+
This is very useful for test suites which are not CPU-bound.
16+
17+
- `#650 <https://github.com/pytest-dev/pytest-xdist/issues/650>`_: Added new ``pytest_handlecrashitem`` hook to allow handling and rescheduling crashed items.
18+
19+
20+
Bug Fixes
21+
---------
22+
23+
- `#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.
24+
25+
- `#638 <https://github.com/pytest-dev/pytest-xdist/issues/638>`_: Fix issue caused by changing the branch name of the pytest repository.
26+
27+
28+
Trivial Changes
29+
---------------
30+
31+
- `#592 <https://github.com/pytest-dev/pytest-xdist/issues/592>`_: Replace master with controller where ever possible.
32+
33+
- `#643 <https://github.com/pytest-dev/pytest-xdist/issues/643>`_: Use 'main' to refer to pytest default branch in tox env names.
34+
35+
136
pytest-xdist 2.2.1 (2021-02-09)
237
===============================
338

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)