From 1605bac7f0f27ae57bef11fe76bcb22b8d115497136247715580bed660ff46fd Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 7 Dec 2021 16:03:51 +0000 Subject: [PATCH] Accepting request 936283 from home:pgajdos:python - remove pytest-runner from BuildRequires, it is not needed OBS-URL: https://build.opensuse.org/request/show/936283 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typepy?expand=0&rev=15 --- python-typepy.changes | 5 +++++ python-typepy.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-typepy.changes b/python-typepy.changes index 8794b17..1e60af3 100644 --- a/python-typepy.changes +++ b/python-typepy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 7 15:27:29 UTC 2021 - pgajdos@suse.com + +- remove pytest-runner from BuildRequires, it is not needed + ------------------------------------------------------------------- Sat Oct 30 20:46:13 UTC 2021 - Dirk Müller diff --git a/python-typepy.spec b/python-typepy.spec index 5cbd1b2..bcfc8d9 100644 --- a/python-typepy.spec +++ b/python-typepy.spec @@ -30,7 +30,7 @@ BuildRequires: %{python_module setuptools >= 38.3.0} BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module mbstrdecoder >= 1.0.0} -BuildRequires: %{python_module pytest-runner} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-dateutil >= 2.8.0} BuildRequires: %{python_module pytz >= 2018.9} BuildRequires: %{python_module tcolorpy}