From f32a596608fafea66fda46d45f1f74038fb5b3c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=8E=BA=E6=BA=90?= Date: Wed, 10 Nov 2021 06:45:04 +0000 Subject: [PATCH] Remove test part --- python-zaqarclient.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/python-zaqarclient.spec b/python-zaqarclient.spec index 1222035..4c36957 100644 --- a/python-zaqarclient.spec +++ b/python-zaqarclient.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-zaqarclient Version: 1.12.0 -Release: 1 +Release: 2 Summary: Client Library for OpenStack Zaqar Messaging API License: Apache-2.0 URL: https://docs.openstack.org/python-zaqarclient/latest/ @@ -84,9 +84,6 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%check -pytest - %files -n python3-zaqarclient -f filelist.lst %dir %{python3_sitelib}/* @@ -94,5 +91,7 @@ pytest %{_docdir}/* %changelog +* Wed Nov 10 2021 OpenStack_SIG - 1.12.0-2 +- Remove test part * Mon Nov 08 2021 OpenStack_SIG - 1.12.0-1 - Init package python3-zaqarclient with version 1.12.0 for Train