From 280f6cf0f364fa12c64fbfe160c15a1c6a6ddbdf Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Jan 26 2022 09:44:56 +0000 Subject: Do not run coverage tests --- diff --git a/python-responses.spec b/python-responses.spec index cdffecd..2a823a7 100644 --- a/python-responses.spec +++ b/python-responses.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: 0.16.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python library to mock out calls with Python requests License: ASL 2.0 URL: https://github.com/getsentry/responses @@ -16,9 +16,6 @@ BuildRequires: python%{python3_pkgversion}-requests BuildRequires: python%{python3_pkgversion}-six BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-pytest -BuildRequires: python%{python3_pkgversion}-coverage -BuildRequires: python%{python3_pkgversion}-pytest-cov -BuildRequires: python%{python3_pkgversion}-mock %description A utility library for mocking out the requests Python library. @@ -36,6 +33,8 @@ A utility library for mocking out the requests Python library. %prep %setup -q -n %{pypi_name}-%{version} +# Do not run coverage tests +sed -i -e '/cov/d' setup.py %build %py3_build @@ -54,6 +53,9 @@ A utility library for mocking out the requests Python library. %{python3_sitelib}/%{pypi_name}/ %changelog +* Wed Jan 26 2022 Orion Poplawski - 0.16.0-3 +- Do not run coverage tests + * Fri Jan 21 2022 Fedora Release Engineering - 0.16.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild