From 91d590135d7bb3abb7f9782ec15e3d0d9d69cc50 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 03:18:56 +0000 Subject: [PATCH] Drop test part --- python-tempest-lib.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/python-tempest-lib.spec b/python-tempest-lib.spec index 01ce11a..8cc0a2a 100644 --- a/python-tempest-lib.spec +++ b/python-tempest-lib.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-tempest-lib Version: 0.14.0 -Release: 1 +Release: 2 Summary: OpenStack Functional Testing Library License: Apache-2.0 URL: http://www.openstack.org/ @@ -84,9 +84,6 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%check -%{__python3} setup.py test - %files -n python3-tempest-lib -f filelist.lst %dir %{python3_sitelib}/* @@ -94,6 +91,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Nov 10 2021 OpenStack_SIG - 0.14.0-2 +- Drop test part * Fri Oct 29 2021 OpenStack_SIG - 0.14.0-1 - Init package python3-tempest-lib of version 0.14.0 -