Prepare release 2.0.0

This commit is contained in:
Bruno Oliveira
2020-08-12 17:28:27 -03:00
parent c211d247a7
commit 43dad454c6
7 changed files with 31 additions and 6 deletions

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.