|
|
|
@ -13,7 +13,7 @@
|
|
|
|
|
different platforms and run tests in parallel on all of them.
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
|
Version: 1.18.2
|
|
|
|
|
Version: 1.20.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: py.test plugin for distributed testing and loop-on-failing modes
|
|
|
|
|
|
|
|
|
@ -28,6 +28,8 @@ BuildRequires: python2-execnet
|
|
|
|
|
BuildRequires: python3-execnet
|
|
|
|
|
BuildRequires: python2-pytest
|
|
|
|
|
BuildRequires: python3-pytest
|
|
|
|
|
BuildRequires: python2-pytest-forked
|
|
|
|
|
BuildRequires: python3-pytest-forked
|
|
|
|
|
BuildRequires: python2-py
|
|
|
|
|
BuildRequires: python3-py
|
|
|
|
|
BuildRequires: python2-setuptools_scm
|
|
|
|
@ -42,6 +44,7 @@ Summary: %{summary}
|
|
|
|
|
|
|
|
|
|
Requires: python2-execnet
|
|
|
|
|
Requires: python2-pytest
|
|
|
|
|
Requires: python2-pytest-forked
|
|
|
|
|
Requires: python2-py
|
|
|
|
|
%description -n python2-%{pypi_name}
|
|
|
|
|
%{desc}
|
|
|
|
@ -52,6 +55,7 @@ Summary: %{summary}
|
|
|
|
|
|
|
|
|
|
Requires: python3-execnet
|
|
|
|
|
Requires: python3-pytest
|
|
|
|
|
Requires: python3-pytest-forked
|
|
|
|
|
Requires: python3-py
|
|
|
|
|
%description -n python3-%{pypi_name}
|
|
|
|
|
%{desc}
|
|
|
|
@ -68,8 +72,8 @@ Requires: python3-py
|
|
|
|
|
%py3_install
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
PYTHONPATH=%{buildroot}%{python2_sitelib} py.test-%{python2_version} testing -k "not test_looponfail_removed_test"
|
|
|
|
|
PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} testing -k "not test_looponfail_removed_test"
|
|
|
|
|
PYTHONPATH=%{buildroot}%{python2_sitelib} py.test-%{python2_version} testing
|
|
|
|
|
PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} testing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python2-%{pypi_name}
|
|
|
|
@ -85,6 +89,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} testing -k
|
|
|
|
|
%{python3_sitelib}/xdist/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Aug 24 2017 Scott Talbert <swt@techie.net> - 1.20.0-1
|
|
|
|
|
- New upstream release 1.20.0
|
|
|
|
|
|
|
|
|
|
* Sat Jul 29 2017 Scott Talbert <swt@techie.net> - 1.18.2-1
|
|
|
|
|
- New upstream release 1.18.2
|
|
|
|
|
|
|
|
|
|