From cba1a4d0543b49c01f6921bc67674e2ea4e9a139c9710da77bfcc6a44a0c7274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 7 Oct 2019 13:04:11 +0000 Subject: [PATCH] - 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 --- pytest-xdist-1.29.0.tar.gz | 3 --- pytest-xdist-1.30.0.tar.gz | 3 +++ python-pytest-xdist.changes | 7 +++++++ python-pytest-xdist.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 pytest-xdist-1.29.0.tar.gz create mode 100644 pytest-xdist-1.30.0.tar.gz diff --git a/pytest-xdist-1.29.0.tar.gz b/pytest-xdist-1.29.0.tar.gz deleted file mode 100644 index 59daeb1..0000000 --- a/pytest-xdist-1.29.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3489d91516d7847db5eaecff7a2e623dba68984835dbe6cedb05ae126c4fb17f -size 61788 diff --git a/pytest-xdist-1.30.0.tar.gz b/pytest-xdist-1.30.0.tar.gz new file mode 100644 index 0000000..1fa67b4 --- /dev/null +++ b/pytest-xdist-1.30.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d1b1d4461518a6023d56dab62fb63670d6f7537f23e2708459a557329accf48 +size 62286 diff --git a/python-pytest-xdist.changes b/python-pytest-xdist.changes index 697102b..6de1f41 100644 --- a/python-pytest-xdist.changes +++ b/python-pytest-xdist.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Oct 7 13:00:36 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-pytest-xdist.spec b/python-pytest-xdist.spec index 7d25d6c..8c2fa13 100644 --- a/python-pytest-xdist.spec +++ b/python-pytest-xdist.spec @@ -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