Merge pull request #417 from nicoddemus/release-1.27.0

Release 1.27.0
This commit is contained in:
Bruno Oliveira
2019-03-20 20:20:39 -03:00
committed by GitHub
3 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,14 @@
pytest-xdist 1.27.0 (2019-02-15)
================================
Features
--------
- `#374 <https://github.com/pytest-dev/pytest-xdist/issues/374>`_: The new ``pytest_xdist_getremotemodule`` hook allows overriding the module run on remote nodes.
- `#415 <https://github.com/pytest-dev/pytest-xdist/issues/415>`_: Improve behavior of ``--numprocesses=auto`` to work well with ``--pdb`` option.
pytest-xdist 1.26.1 (2019-01-28)
================================

View File

@@ -1 +0,0 @@
The new ``pytest_xdist_getremotemodule`` hook allows overriding the module run on remote nodes.

View File

@@ -1 +0,0 @@
Improve behavior of ``--numprocesses=auto`` to work well with ``--pdb`` option.