Skip to content

Commit 995b34a

Browse files
authored
Merge pull request #575 from nicoddemus/release-2.0.0
2 parents c211d24 + 43dad45 commit 995b34a

File tree

7 files changed

+31
-6
lines changed

7 files changed

+31
-6
lines changed

CHANGELOG.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
pytest-xdist 2.0.0 (2020-08-12)
2+
===============================
3+
4+
Deprecations and Removals
5+
-------------------------
6+
7+
- `#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.
8+
9+
- `#569 <https://github.com/pytest-dev/pytest-xdist/issues/569>`_: ``pytest-xdist`` no longer supports Python 2.7.
10+
11+
12+
Features
13+
--------
14+
15+
- `#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.
16+
17+
18+
Bug Fixes
19+
---------
20+
21+
- `#471 <https://github.com/pytest-dev/pytest-xdist/issues/471>`_: Fix issue with Rsync reporting in quiet mode.
22+
23+
- `#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.
24+
25+
26+
Trivial Changes
27+
---------------
28+
29+
- `#541 <https://github.com/pytest-dev/pytest-xdist/issues/541>`_: ``pytest-xdist`` now requires ``pytest>=6.0``.
30+
31+
132
pytest-xdist 1.34.0 (2020-07-27)
233
================================
334

changelog/471.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/504.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/541.removal.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/541.trivial.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/553.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/569.removal.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)