14
0

Accepting request 895890 from home:pgajdos:python

- %check: use %pyunittest rpm macro

OBS-URL: https://build.opensuse.org/request/show/895890
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydenticon?expand=0&rev=12
This commit is contained in:
2021-05-28 08:08:54 +00:00
committed by Git OBS Bridge
parent 1e5af4eb28
commit 78170e27c8
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 28 06:53:23 UTC 2021 - pgajdos@suse.com
- %check: use %pyunittest rpm macro
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 8 10:44:58 UTC 2021 - Oliver Kurz <okurz@suse.com> Mon Feb 8 10:44:58 UTC 2021 - Oliver Kurz <okurz@suse.com>

View File

@@ -75,7 +75,7 @@ original Sigil implementation, like:
%check %check
%if %{with test} %if %{with test}
%python_exec setup.py test %pyunittest discover -v
%endif %endif
%files %{python_files} %files %{python_files}