15
0
forked from pool/python-celery

Accepting request 749506 from home:frispete:python

- use %pytest macro

OBS-URL: https://build.opensuse.org/request/show/749506
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=124
This commit is contained in:
Tomáš Chvátal
2019-11-19 11:49:53 +00:00
committed by Git OBS Bridge
parent d5deacc1c9
commit 6dc160b992
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 19 11:00:58 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net>
- use %pytest macro
-------------------------------------------------------------------
Wed Jul 31 09:55:16 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-celery
#
# 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
@@ -99,7 +99,7 @@ sed -i -e 's:==:>=:g' requirements/*.txt
%check
%if %{with test}
%python_exec setup.py test
%pytest
%endif
%if !%{with test}