- 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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3489d91516d7847db5eaecff7a2e623dba68984835dbe6cedb05ae126c4fb17f
size 61788

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d1b1d4461518a6023d56dab62fb63670d6f7537f23e2708459a557329accf48
size 62286

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>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-xdist
Version: 1.29.0
Version: 1.30.0
Release: 0
Summary: Distributed testing and loop-on-failing for py.test
License: MIT