From f13e57cc6de83eb48225c6a7e6efea0b41804387d28c170ec94e6a16888332d7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 9 Dec 2021 00:25:22 +0000 Subject: [PATCH] Accepting request 936474 from home:pgajdos:python - do not requires pytest-runner for build, testsuite does not run OBS-URL: https://build.opensuse.org/request/show/936474 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyosf?expand=0&rev=15 --- python-pyosf.changes | 5 +++++ python-pyosf.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-pyosf.changes b/python-pyosf.changes index ca7393b..205bdbe 100644 --- a/python-pyosf.changes +++ b/python-pyosf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 8 12:01:49 UTC 2021 - pgajdos@suse.com + +- do not requires pytest-runner for build, testsuite does not run + ------------------------------------------------------------------- Fri Jun 7 11:08:14 UTC 2019 - Petr Gajdos diff --git a/python-pyosf.spec b/python-pyosf.spec index c337060..0fb94e9 100644 --- a/python-pyosf.spec +++ b/python-pyosf.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyosf # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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,6 @@ Requires: python-requests BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module coverage} -BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} # /SECTION @@ -61,6 +60,8 @@ sync). %setup -q -n pyosf-%{version} cp %{SOURCE10} . cp "%{SOURCE11}" LICENSE.md +# https://github.com/psychopy/pyosf/issues/8 +sed -Ei 's:.pytest-runner.,?::' setup.py %build %python_build