From a2f6bde0d704f8903187f75b9584a11da744b5e0 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Nov 13 2020 14:19:24 +0000 Subject: Don't BR pytest-cov --- diff --git a/python-requests.spec b/python-requests.spec index 91a30c1..bb17031 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -10,7 +10,7 @@ Name: python-requests Version: 2.24.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: HTTP library, written in Python, for human beings License: ASL 2.0 @@ -48,7 +48,6 @@ BuildRequires: pyproject-rpm-macros %if %{with tests} BuildRequires: python3dist(pytest) -BuildRequires: python3dist(pytest-cov) BuildRequires: python3dist(pytest-httpbin) BuildRequires: python3dist(pytest-mock) %endif @@ -106,6 +105,9 @@ sed -i 's/ --doctest-modules//' pytest.ini %changelog +* Fri Nov 13 2020 Miro Hrončok - 2.24.0-5 +- Don't BR pytest-cov + * Fri Sep 18 2020 Petr Viktorin - 2.24.0-4 - Port to pyproject macros