From 483c346d0e9948c4d9d3e287ab9bea01fa509e44c2b18310171851512e6f2f37 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Tue, 21 Sep 2021 23:19:40 +0000 Subject: [PATCH] Accepting request 918901 from home:pgajdos:python - %check: use %pyunittest rpm macro OBS-URL: https://build.opensuse.org/request/show/918901 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-HTTPAuth?expand=0&rev=17 --- python-Flask-HTTPAuth.changes | 5 +++++ python-Flask-HTTPAuth.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-Flask-HTTPAuth.changes b/python-Flask-HTTPAuth.changes index 07acd7c..8d3af95 100644 --- a/python-Flask-HTTPAuth.changes +++ b/python-Flask-HTTPAuth.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 14 11:55:17 UTC 2021 - pgajdos@suse.com + +- %check: use %pyunittest rpm macro + ------------------------------------------------------------------- Sun Jul 4 00:41:02 UTC 2021 - Arun Persaud diff --git a/python-Flask-HTTPAuth.spec b/python-Flask-HTTPAuth.spec index ad715f8..4a0983a 100644 --- a/python-Flask-HTTPAuth.spec +++ b/python-Flask-HTTPAuth.spec @@ -51,7 +51,7 @@ Simple extension that provides Basic and Digest HTTP authentication for Flask ro %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pyunittest discover -v %files %{python_files} %license LICENSE