Skip to content

Commit 46cf204

Browse files
authored
Merge pull request #591 from nicoddemus/release-2.1.0
Release 2.1.0
2 parents 9fd3b66 + 5b7eeab commit 46cf204

3 files changed

Lines changed: 17 additions & 4 deletions

File tree

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)