Accepting request 561517 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/561517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-xdist?expand=0&rev=3
This commit is contained in:
2018-01-05 00:02:48 +00:00
committed by Git OBS Bridge
parent 6f6e326d5f
commit baef68cfca
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jan 3 23:12:36 UTC 2018 - arun@gmx.de
- update to version 1.21.0:
* Deprecations and Removals
+ Drop support for EOL Python 2.6. (#259)
* Features
+ New --dist=loadfile option which load-distributes test to
workers grouped by the file the tests live in. (#242)
* Bug Fixes
+ Fix accidental mutation of test report during serialization
causing longrepr string-ification to break. (#241)
-------------------------------------------------------------------
Wed Nov 15 11:45:36 UTC 2017 - mimi.vx@gmail.com