From d9782684946cfffd6bcbcf86761cfcd08e01adb4f486ec286b4b7b1675271269 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 15 Nov 2019 18:16:19 +0000 Subject: [PATCH] - Use %pytest instead of python setup.py test combination. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flower?expand=0&rev=6 --- python-flower.changes | 5 +++++ python-flower.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-flower.changes b/python-flower.changes index 239fdbd..c03e90e 100644 --- a/python-flower.changes +++ b/python-flower.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 15 19:15:59 CET 2019 - Matej Cepl + +- Use %pytest instead of python setup.py test combination. + ------------------------------------------------------------------- Fri Mar 22 01:59:49 UTC 2019 - John Vandenberg diff --git a/python-flower.spec b/python-flower.spec index 4f89b5f..74a53dd 100644 --- a/python-flower.spec +++ b/python-flower.spec @@ -1,7 +1,7 @@ # # spec file for package python-flower # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -72,7 +72,7 @@ Flower is a web based tool for monitoring and administrating Celery clusters. %python_uninstall_alternative flower %check -%python_exec setup.py test +%pytest %files %{python_files} %license LICENSE