|
|
|
@ -1,8 +1,9 @@
|
|
|
|
|
%?python_enable_dependency_generator
|
|
|
|
|
%global srcname pytest-cov
|
|
|
|
|
|
|
|
|
|
Name: python-%{srcname}
|
|
|
|
|
Version: 2.7.1
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: Pytest plugin for coverage reporting
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -40,7 +41,7 @@ distributed testing, including subprocesses and multiprocessing for Python 2.
|
|
|
|
|
Summary: Pytest plugin for coverage reporting
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-devel
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-setuptools
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-pytest
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-pytest >= 3.6
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-coverage >= 4.4
|
|
|
|
|
# For tests
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-fields
|
|
|
|
@ -96,6 +97,10 @@ py.test-%{python3_version} -vv \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Aug 16 2019 Orion Poplawski <orion@nwra.com> - 2.7.1-4
|
|
|
|
|
- Enable python dependency generator
|
|
|
|
|
- Specify minimum pytest requirement in BR
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|