Accepting request 761139 from devel:languages:python:pytest

- Update to 1.31.0:
  * #486: Add support for Python 3.8.
  * #491: Fix regression that caused custom plugin command-line
    arguments to be discarded when using --tx mode.

OBS-URL: https://build.opensuse.org/request/show/761139
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-xdist?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2020-01-16 17:13:28 +00:00 committed by Git OBS Bridge
commit f03ae7ab51
4 changed files with 14 additions and 6 deletions

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7dc0d027d258cd0defc618fb97055fbd1002735ca7a6d17037018cf870e24011
size 66133

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jan 6 12:50:36 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.31.0:
* #486: Add support for Python 3.8.
* #491: Fix regression that caused custom plugin command-line
arguments to be discarded when using --tx mode.
-------------------------------------------------------------------
Mon Oct 7 13:00:36 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pytest-xdist
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-xdist
Version: 1.30.0
Version: 1.31.0
Release: 0
Summary: Distributed testing and loop-on-failing for py.test
License: MIT
Group: Development/Languages/Python
Url: https://github.com/pytest-dev/pytest-xdist
URL: https://github.com/pytest-dev/pytest-xdist
Source0: https://files.pythonhosted.org/packages/source/p/pytest-xdist/pytest-xdist-%{version}.tar.gz
BuildRequires: %{python_module execnet >= 1.1}
BuildRequires: %{python_module filelock}