Skip to content

Commit

Permalink
Merge pull request #575 from nicoddemus/release-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Aug 14, 2020
2 parents c211d24 + 43dad45 commit 995b34a
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 6 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.rst
@@ -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)
================================

Expand Down
1 change: 0 additions & 1 deletion changelog/471.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog/504.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/541.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/541.trivial.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/553.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/569.removal.rst

This file was deleted.

0 comments on commit 995b34a

Please sign in to comment.