From 17dad934a04b28d3a156d06cff4f81df4273b3ccc9a6527a680b09c681081b4b Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Wed, 13 Oct 2021 09:21:33 +0000 Subject: [PATCH] Accepting request 918908 from home:pgajdos:python - %check: actually test the package OBS-URL: https://build.opensuse.org/request/show/918908 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-Compress?expand=0&rev=9 --- python-Flask-Compress.changes | 5 +++++ python-Flask-Compress.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-Flask-Compress.changes b/python-Flask-Compress.changes index 8f9d8f2..17fb2a4 100644 --- a/python-Flask-Compress.changes +++ b/python-Flask-Compress.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 14 12:13:08 UTC 2021 - pgajdos@suse.com + +- %check: actually test the package + ------------------------------------------------------------------- Thu Jul 22 01:46:11 UTC 2021 - Arun Persaud diff --git a/python-Flask-Compress.spec b/python-Flask-Compress.spec index 0e1f8a4..e11e4e6 100644 --- a/python-Flask-Compress.spec +++ b/python-Flask-Compress.spec @@ -59,7 +59,7 @@ Flask-Compress can solve the problem. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pyunittest discover -v tests %files %{python_files} %doc README.md