|
|
@ -1,7 +1,7 @@
|
|
|
|
%global pypi_name pytest-xdist
|
|
|
|
%global pypi_name pytest-xdist
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
Version: 1.34.0
|
|
|
|
Version: 2.0.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: py.test plugin for distributed testing and loop-on-failing modes
|
|
|
|
Summary: py.test plugin for distributed testing and loop-on-failing modes
|
|
|
|
|
|
|
|
|
|
|
@ -13,12 +13,12 @@ BuildArch: noarch
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: %{py3_dist execnet} >= 1.1
|
|
|
|
BuildRequires: %{py3_dist execnet} >= 1.1
|
|
|
|
BuildRequires: %{py3_dist filelock}
|
|
|
|
BuildRequires: %{py3_dist filelock}
|
|
|
|
BuildRequires: %{py3_dist pytest} >= 4.4.0
|
|
|
|
BuildRequires: %{py3_dist psutil} >= 3.0.0
|
|
|
|
|
|
|
|
BuildRequires: %{py3_dist pytest} >= 6.0.0
|
|
|
|
BuildRequires: %{py3_dist pytest-forked}
|
|
|
|
BuildRequires: %{py3_dist pytest-forked}
|
|
|
|
BuildRequires: %{py3_dist py}
|
|
|
|
BuildRequires: %{py3_dist py}
|
|
|
|
BuildRequires: %{py3_dist setuptools}
|
|
|
|
BuildRequires: %{py3_dist setuptools}
|
|
|
|
BuildRequires: %{py3_dist setuptools_scm}
|
|
|
|
BuildRequires: %{py3_dist setuptools_scm}
|
|
|
|
BuildRequires: %{py3_dist six}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
The pytest-xdist plugin extends py.test with some unique test execution modes:
|
|
|
|
The pytest-xdist plugin extends py.test with some unique test execution modes:
|
|
|
@ -63,6 +63,9 @@ Requires: %{py3_dist py}
|
|
|
|
%{python3_sitelib}/xdist/
|
|
|
|
%{python3_sitelib}/xdist/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Aug 14 2020 Scott Talbert <swt@techie.net> - 1.34.0-2
|
|
|
|
|
|
|
|
- Update to new upstream release 2.0.0 (#1868954)
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Scott Talbert <swt@techie.net> - 1.34.0-1
|
|
|
|
* Tue Jul 28 2020 Scott Talbert <swt@techie.net> - 1.34.0-1
|
|
|
|
- Update to new upstream release 1.34.0 (#1861207)
|
|
|
|
- Update to new upstream release 1.34.0 (#1861207)
|
|
|
|
|
|
|
|
|
|
|
|