From 7fd8da40a182f29ce32df5e778c8c2c751d74a9e4fe26b9cb38daac261b744b8 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 17 Dec 2021 22:14:21 +0000 Subject: [PATCH] Accepting request 941223 from home:pgajdos:python - do not require pytest-runner for build, not required OBS-URL: https://build.opensuse.org/request/show/941223 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-falcon?expand=0&rev=40 --- python-falcon.changes | 5 +++++ python-falcon.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-falcon.changes b/python-falcon.changes index fa43ea0..3404cdd 100644 --- a/python-falcon.changes +++ b/python-falcon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 9 09:41:05 UTC 2021 - pgajdos@suse.com + +- do not require pytest-runner for build, not required + ------------------------------------------------------------------- Tue Nov 23 19:28:50 UTC 2021 - Ben Greiner diff --git a/python-falcon.spec b/python-falcon.spec index 71b970b..7ff71a1 100644 --- a/python-falcon.spec +++ b/python-falcon.spec @@ -42,7 +42,6 @@ BuildRequires: %{python_module aiofiles} BuildRequires: %{python_module cbor2} BuildRequires: %{python_module msgpack-python} BuildRequires: %{python_module pytest-asyncio} -BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} BuildRequires: %{python_module testtools}