Don't BuildRequire python3-pytest-cov

Resolves: rhbz#1945252
This commit is contained in:
Miro Hrončok 2021-03-30 14:56:22 +02:00
parent 64695d5bfd
commit b9153636ad
1 changed files with 6 additions and 3 deletions

View File

@ -2,7 +2,7 @@
Name: python-%{pypi_name}
Version: 1.4.2
Release: 3%{?dist}
Release: 4%{?dist}
Summary: py.test plugin to abort hanging tests
License: MIT
@ -14,7 +14,6 @@ BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: %{py3_dist pexpect}
BuildRequires: %{py3_dist pytest} >= 3.6.0
BuildRequires: %{py3_dist pytest-cov}
BuildRequires: %{py3_dist setuptools}
%global _description %{expand:
@ -41,7 +40,7 @@ Summary: %{summary}
%py3_install
%check
%pytest
%pytest -k "not test_cov"
%files -n python3-%{pypi_name}
@ -51,6 +50,10 @@ Summary: %{summary}
%{python3_sitelib}/__pycache__/pytest_timeout*
%changelog
* Tue Mar 30 2021 Miro Hrončok <mhroncok@redhat.com> - 1.4.2-4
- Don't BuildRequire python3-pytest-cov
Resolves: rhbz#1945252
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild