Accepting request 644851 from devel:languages:python:pytest

- update to version 1.23.2
- add python-six to runtime deps
  * Fix issue where Warnings could cause pytest to fail if they
     do not set the args attribute correctly.
  * Fix warnings transfer between workers and master node with pytest >= 3.8
  * Improve collection performance by reducing the number of events
     sent to master node (forwarded request 644850 from mimi_vx)

OBS-URL: https://build.opensuse.org/request/show/644851
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-xdist?expand=0&rev=7
This commit is contained in:
2018-11-08 08:39:21 +00:00
committed by Git OBS Bridge
parent 86f4a2cf21
commit c8edb6b8cd
4 changed files with 18 additions and 10 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Oct 26 12:56:22 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>
- update to version 1.23.2
- add python-six to runtime deps
* Fix issue where Warnings could cause pytest to fail if they
do not set the args attribute correctly.
* Fix warnings transfer between workers and master node with pytest >= 3.8
* Improve collection performance by reducing the number of events
sent to master node
-------------------------------------------------------------------
Sat Apr 7 21:29:41 UTC 2018 - arun@gmx.de