1
0

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
This commit is contained in:
2021-12-09 00:23:00 +00:00
committed by Git OBS Bridge
parent d0bee0512f
commit b43dd9c74e
2 changed files with 7 additions and 3 deletions

View File

@@ -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 <pgajdos@suse.com>

View File

@@ -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}