- Update to 1.30.0:

* Fix crash issues related to running xdist with the terminal plugin disabled
  * Initialization between workers and master nodes is now more consistent

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-xdist?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2019-10-07 13:04:11 +00:00
committed by Git OBS Bridge
parent 4620e8d6c3
commit cba1a4d054
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 7 13:00:36 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.30.0:
* Fix crash issues related to running xdist with the terminal plugin disabled
* Initialization between workers and master nodes is now more consistent
-------------------------------------------------------------------
Tue Jul 2 12:24:33 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>