|
|
|
@ -13,8 +13,8 @@
|
|
|
|
|
different platforms and run tests in parallel on all of them.
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
|
Version: 1.15.0
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 1.16.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: py.test plugin for distributed testing and loop-on-failing modes
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -24,6 +24,12 @@ BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python2-execnet
|
|
|
|
|
BuildRequires: python3-execnet
|
|
|
|
|
BuildRequires: python2-pytest
|
|
|
|
|
BuildRequires: python3-pytest
|
|
|
|
|
BuildRequires: python2-py
|
|
|
|
|
BuildRequires: python3-py
|
|
|
|
|
BuildRequires: python2-setuptools_scm
|
|
|
|
|
BuildRequires: python3-setuptools_scm
|
|
|
|
|
|
|
|
|
@ -61,6 +67,10 @@ Requires: python3-py
|
|
|
|
|
%py2_install
|
|
|
|
|
%py3_install
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
PYTHONPATH=%{buildroot}%{python2_sitelib} py.test-%{python2_version} testing
|
|
|
|
|
PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -k "not test_n1_import_error and not test_manytests_to_one_import_error" testing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python2-%{pypi_name}
|
|
|
|
|
%doc OVERVIEW.md README.rst
|
|
|
|
@ -75,6 +85,10 @@ Requires: python3-py
|
|
|
|
|
%{python3_sitelib}/xdist/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue May 09 2017 Scott Talbert <swt@techie.net> - 1.16.0-1
|
|
|
|
|
- New upstream release 1.16.0
|
|
|
|
|
- Enable tests
|
|
|
|
|
|
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|