From d2c09f045a17bbdaaf5e1d16a1e3e5ab77759d961e9bc7b3fda7549ff8bca208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 3 Feb 2021 12:31:13 +0000 Subject: [PATCH] Accepting request 868579 from home:dirkmueller:branches:devel:languages:python:pytest - update to 2.2.0: * Internal errors in workers are now propagated to the master node. OBS-URL: https://build.opensuse.org/request/show/868579 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-xdist?expand=0&rev=24 --- pytest-xdist-2.1.0.tar.gz | 3 --- pytest-xdist-2.2.0.tar.gz | 3 +++ python-pytest-xdist.changes | 6 ++++++ python-pytest-xdist.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 pytest-xdist-2.1.0.tar.gz create mode 100644 pytest-xdist-2.2.0.tar.gz diff --git a/pytest-xdist-2.1.0.tar.gz b/pytest-xdist-2.1.0.tar.gz deleted file mode 100644 index e95ac7a..0000000 --- a/pytest-xdist-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82d938f1a24186520e2d9d3a64ef7d9ac7ecdf1a0659e095d18e596b8cbd0672 -size 66332 diff --git a/pytest-xdist-2.2.0.tar.gz b/pytest-xdist-2.2.0.tar.gz new file mode 100644 index 0000000..7fd7d5b --- /dev/null +++ b/pytest-xdist-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8edbb1a45e8e1f8e44b1260583107fc23f8bc8da6d18cb331ff61d41258ecf +size 64781 diff --git a/python-pytest-xdist.changes b/python-pytest-xdist.changes index 806e114..2c8da51 100644 --- a/python-pytest-xdist.changes +++ b/python-pytest-xdist.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 2 09:53:19 UTC 2021 - Dirk Müller + +- update to 2.2.0: + * Internal errors in workers are now propagated to the master node. + ------------------------------------------------------------------- Tue Oct 13 11:46:40 UTC 2020 - Marketa Calabkova diff --git a/python-pytest-xdist.spec b/python-pytest-xdist.spec index ede1afc..bd06487 100644 --- a/python-pytest-xdist.spec +++ b/python-pytest-xdist.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-xdist # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pytest-xdist -Version: 2.1.0 +Version: 2.2.0 Release: 0 Summary: Distributed testing and loop-on-failing for py.test License: MIT