|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: python-%{srcname}
|
|
|
|
|
Version: 2.6.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Pytest plugin for coverage reporting
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -28,6 +28,7 @@ BuildRequires: python2-coverage >= 4.4
|
|
|
|
|
BuildRequires: python2-process-tests
|
|
|
|
|
BuildRequires: python2-six
|
|
|
|
|
BuildRequires: python2-virtualenv
|
|
|
|
|
BuildRequires: python2-pytest-xdist
|
|
|
|
|
Requires: python2-pytest
|
|
|
|
|
Requires: python2-coverage >= 4.4
|
|
|
|
|
%{?python_provide:%python_provide python2-%{srcname}}
|
|
|
|
@ -49,6 +50,7 @@ BuildRequires: python%{python3_pkgversion}-coverage >= 4.4
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-process-tests
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-six
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-virtualenv
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-pytest-xdist
|
|
|
|
|
Requires: python%{python3_pkgversion}-pytest
|
|
|
|
|
Requires: python%{python3_pkgversion}-coverage >= 4.4
|
|
|
|
|
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
|
|
|
|
@ -91,6 +93,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib}:$PWD/tests py.test-%{python3_version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Feb 12 2019 Orion Poplawski <orion@nwra.com> - 2.6.0-3
|
|
|
|
|
- Build with pytest-xdist
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|