From 28eea89987601263243ddfb546968611c341914e51c730ade0e179ea0805b051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 19 Aug 2022 06:58:04 +0000 Subject: [PATCH] Accepting request 998033 from home:bnavigator:branches:devel:languages:python - Clean specfile: remove code coverage checker OBS-URL: https://build.opensuse.org/request/show/998033 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-httpserver?expand=0&rev=16 --- python-pytest-httpserver.changes | 5 +++++ python-pytest-httpserver.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pytest-httpserver.changes b/python-pytest-httpserver.changes index c316be0..c38a1a1 100644 --- a/python-pytest-httpserver.changes +++ b/python-pytest-httpserver.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 18 19:39:55 UTC 2022 - Ben Greiner + +- Clean specfile: remove code coverage checker + ------------------------------------------------------------------- Mon Aug 15 15:50:47 UTC 2022 - Ben Greiner diff --git a/python-pytest-httpserver.spec b/python-pytest-httpserver.spec index 47d07c7..43172da 100644 --- a/python-pytest-httpserver.spec +++ b/python-pytest-httpserver.spec @@ -35,8 +35,6 @@ Requires: python-pytest BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Werkzeug >= 2} -BuildRequires: %{python_module coverage} -BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} # /SECTION