Accepting request 895704 from home:pgajdos:python

setup.py test replacement

OBS-URL: https://build.opensuse.org/request/show/895704
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedgenerator?expand=0&rev=10
This commit is contained in:
Matej Cepl 2021-05-27 09:59:55 +00:00 committed by Git OBS Bridge
parent 7f68697ca0
commit cb31acd508
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 27 06:29:32 UTC 2021 - pgajdos@suse.com
- %check: use %pyunittest macro
-------------------------------------------------------------------
Sun Feb 9 20:10:45 UTC 2020 - Benoît Monin <benoit.monin@gmx.fr>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-feedgenerator
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -54,7 +54,7 @@ It is based on the current Django Version 1.5.dev20120824122350.
%check
export LC_ALL=en_US.utf8
%python_exec setup.py test
%pyunittest discover -v
%files %{python_files}
%license LICENSE