Merge pull request #575 from nicoddemus/release-2.0.0

This commit is contained in:
Bruno Oliveira
2020-08-14 11:34:48 -03:00
committed by GitHub
7 changed files with 31 additions and 6 deletions

View File

@@ -1,3 +1,34 @@
pytest-xdist 2.0.0 (2020-08-12)
===============================
Deprecations and Removals
-------------------------
- `#541 <https://github.com/pytest-dev/pytest-xdist/issues/541>`_: Drop backward-compatibility "slave" aliases related to worker nodes. We deliberately moved away from this terminology years ago, and it seems like the right time to finish the deprecation and removal process.
- `#569 <https://github.com/pytest-dev/pytest-xdist/issues/569>`_: ``pytest-xdist`` no longer supports Python 2.7.
Features
--------
- `#504 <https://github.com/pytest-dev/pytest-xdist/issues/504>`_: New functions ``xdist.is_xdist_worker``, ``xdist.is_xdist_master``, ``xdist.get_xdist_worker_id``, to easily identify the current node.
Bug Fixes
---------
- `#471 <https://github.com/pytest-dev/pytest-xdist/issues/471>`_: Fix issue with Rsync reporting in quiet mode.
- `#553 <https://github.com/pytest-dev/pytest-xdist/issues/553>`_: When using ``-n auto``, count the number of physical CPU cores instead of logical ones.
Trivial Changes
---------------
- `#541 <https://github.com/pytest-dev/pytest-xdist/issues/541>`_: ``pytest-xdist`` now requires ``pytest>=6.0``.
pytest-xdist 1.34.0 (2020-07-27)
================================

View File

@@ -1 +0,0 @@
Fix issue with Rsync reporting in quiet mode.

View File

@@ -1 +0,0 @@
New functions ``xdist.is_xdist_worker``, ``xdist.is_xdist_master``, ``xdist.get_xdist_worker_id``, to easily identify the current node.

View File

@@ -1 +0,0 @@
Drop backward-compatibility "slave" aliases related to worker nodes. We deliberately moved away from this terminology years ago, and it seems like the right time to finish the deprecation and removal process.

View File

@@ -1 +0,0 @@
``pytest-xdist`` now requires ``pytest>=6.0``.

View File

@@ -1 +0,0 @@
When using ``-n auto``, count the number of physical CPU cores instead of logical ones.

View File

@@ -1 +0,0 @@
``pytest-xdist`` no longer supports Python 2.7.