|
|
@ -13,7 +13,7 @@
|
|
|
|
different platforms and run tests in parallel on all of them.
|
|
|
|
different platforms and run tests in parallel on all of them.
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
Version: 1.23.2
|
|
|
|
Version: 1.24.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
|
|
|
|
|
|
|
|
|
|
|
@ -26,6 +26,8 @@ BuildRequires: python2-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python2-execnet
|
|
|
|
BuildRequires: python2-execnet
|
|
|
|
BuildRequires: python3-execnet
|
|
|
|
BuildRequires: python3-execnet
|
|
|
|
|
|
|
|
BuildRequires: python2-filelock
|
|
|
|
|
|
|
|
BuildRequires: python3-filelock
|
|
|
|
BuildRequires: python2-pytest
|
|
|
|
BuildRequires: python2-pytest
|
|
|
|
BuildRequires: python3-pytest
|
|
|
|
BuildRequires: python3-pytest
|
|
|
|
BuildRequires: python2-pytest-forked
|
|
|
|
BuildRequires: python2-pytest-forked
|
|
|
@ -89,6 +91,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} PYTHONDONTWRITEBYTECODE=1 py.test-%{py
|
|
|
|
%{python3_sitelib}/xdist/
|
|
|
|
%{python3_sitelib}/xdist/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Oct 31 2018 Scott Talbert <swt@techie.net> - 1.24.0-1
|
|
|
|
|
|
|
|
- New upstream release 1.24.0
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 19 2018 Scott Talbert <swt@techie.net> - 1.23.2-1
|
|
|
|
* Fri Oct 19 2018 Scott Talbert <swt@techie.net> - 1.23.2-1
|
|
|
|
- New upstream release 1.23.2
|
|
|
|
- New upstream release 1.23.2
|
|
|
|
|
|
|
|
|
|
|
|