finish release 2.3.0

This commit is contained in:
Ronny Pfannschmidt
2021-06-16 23:53:52 +02:00
committed by GitHub
8 changed files with 35 additions and 9 deletions

View File

@@ -1,3 +1,38 @@
pytest-xdist 2.3.0 (2021-06-16)
===============================
Deprecations and Removals
-------------------------
- `#654 <https://github.com/pytest-dev/pytest-xdist/issues/654>`_: Python 3.5 is no longer supported.
Features
--------
- `#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``.
This is very useful for test suites which are not CPU-bound.
- `#650 <https://github.com/pytest-dev/pytest-xdist/issues/650>`_: Added new ``pytest_handlecrashitem`` hook to allow handling and rescheduling crashed items.
Bug Fixes
---------
- `#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.
- `#638 <https://github.com/pytest-dev/pytest-xdist/issues/638>`_: Fix issue caused by changing the branch name of the pytest repository.
Trivial Changes
---------------
- `#592 <https://github.com/pytest-dev/pytest-xdist/issues/592>`_: Replace master with controller where ever possible.
- `#643 <https://github.com/pytest-dev/pytest-xdist/issues/643>`_: Use 'main' to refer to pytest default branch in tox env names.
pytest-xdist 2.2.1 (2021-02-09)
===============================

View File

@@ -1 +0,0 @@
Copy the parent process sys.path into local workers, to work around execnet's python -c adding the current directory to sys.path.

View File

@@ -1 +0,0 @@
Replace master with controller where ever possible.

View File

@@ -1 +0,0 @@
Fix issue caused by changing the branch name of the pytest repository.

View File

@@ -1 +0,0 @@
Use 'main' to refer to pytest default branch in tox env names.

View File

@@ -1,3 +0,0 @@
Add ``--numprocesses=logical`` flag, which automatically uses the number of logical CPUs available, instead of physical CPUs with ``auto``.
This is very useful for test suites which are not CPU-bound.

View File

@@ -1 +0,0 @@
Added new ``pytest_handlecrashitem`` hook to allow handling and rescheduling crashed items.

View File

@@ -1 +0,0 @@
Python 3.5 is no longer supported.