From f844130d4a2f679c8f9a833906fe45fad963ea8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Crenliang=40uniontech=2Ecom=E2=80=9D?= Date: Wed, 25 May 2022 09:56:56 +0000 Subject: [PATCH] Setup.py does not execute check, To change parameters, Go to check --- python-sqlparse.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-sqlparse.spec b/python-sqlparse.spec index 3374913..cf075e4 100644 --- a/python-sqlparse.spec +++ b/python-sqlparse.spec @@ -65,7 +65,7 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %check -%{__python3} setup.py test +%{__python3} -m test %files -n python3-sqlparse -f filelist.lst %dir %{python3_sitelib}/* @@ -74,6 +74,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed May 25 2022 OpenStack_SIG - 0.4.2-1 +- Setup.py does not execute check, To change parameters, Go to check + * Fri May 20 2022 renliang - 0.4.2-1 - Upgrade package python3-sqlparse to version 0.4.2 -- Gitee