From 660fb737da29eaec6a40de4d6cea1f1f209dd662ed13ef59a876a76eb91c33d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 10 Mar 2020 08:57:09 +0000 Subject: [PATCH] - Do not run coverage report as it aint really needed OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-HTTPolice?expand=0&rev=7 --- python-HTTPolice.changes | 5 +++++ python-HTTPolice.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-HTTPolice.changes b/python-HTTPolice.changes index ce742b9..8844bcd 100644 --- a/python-HTTPolice.changes +++ b/python-HTTPolice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 10 08:56:26 UTC 2020 - Tomáš Chvátal + +- Do not run coverage report as it aint really needed + ------------------------------------------------------------------- Wed Jul 24 12:09:34 UTC 2019 - Marketa Calabkova diff --git a/python-HTTPolice.spec b/python-HTTPolice.spec index 841446f..df30389 100644 --- a/python-HTTPolice.spec +++ b/python-HTTPolice.spec @@ -1,7 +1,7 @@ # # spec file for package python-HTTPolice # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,7 +31,6 @@ BuildRequires: %{python_module bitstring >= 3.1.4} BuildRequires: %{python_module defusedxml >= 0.5.0} BuildRequires: %{python_module dominate >= 2.2.0} BuildRequires: %{python_module lxml >= 4.1.0} -BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -51,6 +50,7 @@ problems in your HTTP server or client. %prep %setup -q -n HTTPolice-%{version} +rm pytest.ini %build export LANG=en_US.UTF-8