Skip to content

Commit 5b7eeab

Browse files
committed
Release 2.1.0
1 parent 9fd3b66 commit 5b7eeab

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
pytest-xdist 2.1.0 (2020-08-25)
2+
===============================
3+
4+
Features
5+
--------
6+
7+
- `#585 <https://github.com/pytest-dev/pytest-xdist/issues/585>`_: New ``pytest_xdist_auto_num_workers`` hook can be implemented by plugins or ``conftest.py`` files to control the number of workers when ``--numprocesses=auto`` is given in the command-line.
8+
9+
10+
Trivial Changes
11+
---------------
12+
13+
- `#585 <https://github.com/pytest-dev/pytest-xdist/issues/585>`_: ``psutil`` has proven to make ``pytest-xdist`` installation in certain platforms and containers problematic, so to use it for automatic number of CPUs detection users need to install the ``psutil`` extra::
14+
15+
pip install pytest-xdist[psutil]
16+
17+
118
pytest-xdist 2.0.0 (2020-08-12)
219
===============================
320

changelog/585.feature.rst

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

changelog/585.trivial.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)