From b9153636adb5d996c0657e09860bd47401d2bbdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 30 Mar 2021 14:56:22 +0200 Subject: [PATCH] Don't BuildRequire python3-pytest-cov Resolves: rhbz#1945252 --- python-pytest-timeout.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-pytest-timeout.spec b/python-pytest-timeout.spec index 6b05eae..6edd484 100644 --- a/python-pytest-timeout.spec +++ b/python-pytest-timeout.spec @@ -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 - 1.4.2-4 +- Don't BuildRequire python3-pytest-cov +Resolves: rhbz#1945252 + * Wed Jan 27 2021 Fedora Release Engineering - 1.4.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild