From d6e3b152949d8a4035800d7e3cd350125daab3f853fcd738bf80f87d398382a3 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 17 Dec 2021 22:15:10 +0000 Subject: [PATCH] Accepting request 941227 from home:pgajdos:python - pytest-runner is not required for build OBS-URL: https://build.opensuse.org/request/show/941227 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinycss2?expand=0&rev=17 --- python-tinycss2.changes | 5 +++++ python-tinycss2.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-tinycss2.changes b/python-tinycss2.changes index a8a3cd0..019b26d 100644 --- a/python-tinycss2.changes +++ b/python-tinycss2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 17 14:03:36 UTC 2021 - pgajdos@suse.com + +- pytest-runner is not required for build + ------------------------------------------------------------------- Tue Nov 23 17:41:46 UTC 2021 - Axel Braun diff --git a/python-tinycss2.spec b/python-tinycss2.spec index c68609a..10773a3 100644 --- a/python-tinycss2.spec +++ b/python-tinycss2.spec @@ -31,7 +31,7 @@ BuildRequires: %{python_module pip} BuildRequires: fdupes BuildRequires: python-rpm-macros # SECTION test requirements -BuildRequires: %{python_module pytest-runner} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest-flake8} BuildRequires: %{python_module pytest-isort}