Accepting request 674169 from devel:languages:python:pytest

- Update to 0.9.2:
  * Fix incompatibility with pytest 3.10 (thanks @Natim)
  * Double colons for verbose output (thanks @albertodonato)
  * Fix "Wrong count with items modified in pytest_collection_modifyitems" (thanks @blueyed)
  * Defer registration of xdist hook (thanks @blueyed)
- Add patch from upstream to fix build with pytest 4.2+:
  * pytest4.patch

OBS-URL: https://build.opensuse.org/request/show/674169
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-sugar?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2019-02-24 16:04:37 +00:00
committed by Git OBS Bridge
parent 94820d3085
commit 7eadfc4cd9
5 changed files with 58 additions and 10 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Feb 12 15:52:25 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.9.2:
* Fix incompatibility with pytest 3.10 (thanks @Natim)
* Double colons for verbose output (thanks @albertodonato)
* Fix "Wrong count with items modified in pytest_collection_modifyitems" (thanks @blueyed)
* Defer registration of xdist hook (thanks @blueyed)
- Add patch from upstream to fix build with pytest 4.2+:
* pytest4.patch
-------------------------------------------------------------------
Sun Feb 18 21:47:34 UTC 2018 - mimi.vx@gmail.com