Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Aug 25, 2020
1 parent 9fd3b66 commit 5b7eeab
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
pytest-xdist 2.1.0 (2020-08-25)
===============================

Features
--------

- `#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.


Trivial Changes
---------------

- `#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::

pip install pytest-xdist[psutil]


pytest-xdist 2.0.0 (2020-08-12)
===============================

Expand Down
1 change: 0 additions & 1 deletion changelog/585.feature.rst

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/585.trivial.rst

This file was deleted.

0 comments on commit 5b7eeab

Please sign in to comment.