forked from pool/python-pytest-xdist
- Update to 1.28.0:
* #426: pytest-xdist now uses the new pytest_report_to_serializable and pytest_report_from_serializable hooks from pytest 4.4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-xdist?expand=0&rev=8
This commit is contained in:
parent
1c9dba3e49
commit
7337563ee4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a96ed691705882560fa3fc95531fbd4c224896c827f4004817eb2dcac4ba41a2
|
|
||||||
size 65259
|
|
3
pytest-xdist-1.28.0.tar.gz
Normal file
3
pytest-xdist-1.28.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f83a485293e81fd57c8a5a85a3f12473a532c5ca7dec518857cbb72766bb526c
|
||||||
|
size 61486
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 3 08:49:46 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.28.0:
|
||||||
|
* #426: pytest-xdist now uses the new pytest_report_to_serializable and
|
||||||
|
pytest_report_from_serializable hooks from pytest 4.4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 21 09:54:59 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Thu Mar 21 09:54:59 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pytest-xdist
|
Name: python-pytest-xdist
|
||||||
Version: 1.27.0
|
Version: 1.28.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Distributed testing and loop-on-failing for py.test
|
Summary: Distributed testing and loop-on-failing for py.test
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -27,14 +27,14 @@ Url: https://github.com/pytest-dev/pytest-xdist
|
|||||||
Source0: https://files.pythonhosted.org/packages/source/p/pytest-xdist/pytest-xdist-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/p/pytest-xdist/pytest-xdist-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module execnet >= 1.1}
|
BuildRequires: %{python_module execnet >= 1.1}
|
||||||
BuildRequires: %{python_module filelock}
|
BuildRequires: %{python_module filelock}
|
||||||
BuildRequires: %{python_module pytest >= 3.6.0}
|
BuildRequires: %{python_module pytest >= 4.4.0}
|
||||||
BuildRequires: %{python_module pytest-forked}
|
BuildRequires: %{python_module pytest-forked}
|
||||||
BuildRequires: %{python_module setuptools_scm}
|
BuildRequires: %{python_module setuptools_scm}
|
||||||
BuildRequires: %{python_module six}
|
BuildRequires: %{python_module six}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-execnet >= 1.1
|
Requires: python-execnet >= 1.1
|
||||||
Requires: python-pytest >= 3.6.0
|
Requires: python-pytest >= 4.4.0
|
||||||
Requires: python-pytest-forked
|
Requires: python-pytest-forked
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user