- Update to 1.27.0:

* #374: The new ``pytest_xdist_getremotemodule`` hook allows overriding the module run on remote nodes.
  * #415: Improve behavior of ``--numprocesses=auto`` to work well with ``--pdb`` option.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-xdist?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2019-03-21 10:11:39 +00:00
committed by Git OBS Bridge
parent 583c521d1d
commit 1c9dba3e49
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Mar 21 09:54:59 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.27.0:
* #374: The new ``pytest_xdist_getremotemodule`` hook allows overriding the module run on remote nodes.
* #415: Improve behavior of ``--numprocesses=auto`` to work well with ``--pdb`` option.
-------------------------------------------------------------------
Tue Feb 12 12:57:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>