From 01ed1aafc47564b2a6abbad0daf725c1efdffca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 7 Mar 2022 21:03:22 +0100 Subject: [PATCH] Drop BR on pytest-cov --- python-tomli-w.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-tomli-w.spec b/python-tomli-w.spec index d53fde5..a49adca 100644 --- a/python-tomli-w.spec +++ b/python-tomli-w.spec @@ -32,6 +32,8 @@ Summary: %{summary} %prep %autosetup -p1 -n tomli-w-%{version} +# Measuring coverage is discouraged in Python packaging guidelines: +sed -i '/pytest-cov/d' tests/requirements.txt %generate_buildrequires