From b43dd9c74ee25285455a4beb08e55e4521dabfc3200f50fcde035dcfe2cbf7a1 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 9 Dec 2021 00:23:00 +0000 Subject: [PATCH] Accepting request 936458 from home:pgajdos:python - do not require pytest-runner for build, it is not needed OBS-URL: https://build.opensuse.org/request/show/936458 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-coveralls?expand=0&rev=14 --- python-python-coveralls.changes | 5 +++++ python-python-coveralls.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-python-coveralls.changes b/python-python-coveralls.changes index 2a618cf..5a63e2d 100644 --- a/python-python-coveralls.changes +++ b/python-python-coveralls.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 8 09:59:18 UTC 2021 - pgajdos@suse.com + +- do not require pytest-runner for build, it is not needed + ------------------------------------------------------------------- Wed May 20 07:26:50 UTC 2020 - Petr Gajdos diff --git a/python-python-coveralls.spec b/python-python-coveralls.spec index 85d0bc0..e8ce8ba 100644 --- a/python-python-coveralls.spec +++ b/python-python-coveralls.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-coveralls # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,7 +35,7 @@ Requires: python-coverage >= 4.4 Requires: python-requests Requires: python-six Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives Conflicts: python-coveralls BuildArch: noarch # SECTION test requirements @@ -44,7 +44,6 @@ BuildRequires: %{python_module coverage >= 4.4} BuildRequires: %{python_module httpretty} BuildRequires: %{python_module pycodestyle} BuildRequires: %{python_module pytest-cov} -BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} BuildRequires: %{python_module six}