forked from pool/python-pytest-xdist
Accepting request 644851 from devel:languages:python:pytest
- update to version 1.23.2
- add python-six to runtime deps
* Fix issue where Warnings could cause pytest to fail if they
do not set the args attribute correctly.
* Fix warnings transfer between workers and master node with pytest >= 3.8
* Improve collection performance by reducing the number of events
sent to master node (forwarded request 644850 from mimi_vx)
OBS-URL: https://build.opensuse.org/request/show/644851
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-xdist?expand=0&rev=7
This commit is contained in:
@@ -12,28 +12,26 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pytest-xdist
|
||||
Version: 1.22.2
|
||||
Version: 1.23.2
|
||||
Release: 0
|
||||
Summary: Distributed testing and loop-on-failing for py.test
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: https://bitbucket.org/pytest-dev/pytest-xdist
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/pytest-xdist/pytest-xdist-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-execnet >= 1.1
|
||||
Requires: python-pytest >= 3.0.0
|
||||
Requires: python-pytest-forked
|
||||
Requires: python-six
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
@@ -63,8 +61,7 @@ You may specify different Python versions and interpreters.
|
||||
|
||||
%prep
|
||||
%setup -q -n pytest-xdist-%{version}
|
||||
# disable failing tests (we cannot deal with too narrow deps here..)
|
||||
dos2unix README.rst
|
||||
sed -i 's/\r//' README.rst
|
||||
|
||||
%build
|
||||
%python_build
|
||||
|
||||
Reference in New Issue
Block a user