- Update to 1.28.0:

* #426: pytest-xdist now uses the new pytest_report_to_serializable and
    pytest_report_from_serializable hooks from pytest 4.4

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-xdist?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2019-06-03 08:52:18 +00:00
committed by Git OBS Bridge
parent 1c9dba3e49
commit 7337563ee4
4 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jun 3 08:49:46 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.28.0:
* #426: pytest-xdist now uses the new pytest_report_to_serializable and
pytest_report_from_serializable hooks from pytest 4.4
-------------------------------------------------------------------
Thu Mar 21 09:54:59 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>