15
0
forked from pool/python-flower

Accepting request 748961 from devel:languages:python

- Use %pytest instead of python setup.py test combination.

OBS-URL: https://build.opensuse.org/request/show/748961
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flower?expand=0&rev=3
This commit is contained in:
2019-11-15 21:40:12 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 15 19:15:59 CET 2019 - Matej Cepl <mcepl@suse.com>
- Use %pytest instead of python setup.py test combination.
-------------------------------------------------------------------
Fri Mar 22 01:59:49 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -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