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:
parent
86f4a2cf21
commit
c8edb6b8cd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e8f5744acc270b3e7d915bdb4d5f471670f049b6fbd163d4cbd52203b075d30f
|
||||
size 57866
|
3
pytest-xdist-1.23.2.tar.gz
Normal file
3
pytest-xdist-1.23.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ef0d05c905cfa0c5442c90e9e350e65c6ada120e33a00a066ca51c89f5f869a
|
||||
size 59932
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 26 12:56:22 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 7 21:29:41 UTC 2018 - arun@gmx.de
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user