From c16dbbf7f41d8e75f4757587e340a216a99800c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=8E=BA=E6=BA=90?= Date: Fri, 12 Nov 2021 03:43:51 +0000 Subject: [PATCH] Remove test part --- python-neutron-tempest-plugin.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/python-neutron-tempest-plugin.spec b/python-neutron-tempest-plugin.spec index c77d065..138e69a 100644 --- a/python-neutron-tempest-plugin.spec +++ b/python-neutron-tempest-plugin.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-neutron-tempest-plugin Version: 0.6.0 -Release: 1 +Release: 2 Summary: Tempest plugin for Neutron Project License: Apache-2.0 URL: https://opendev.org/openstack/neutron-tempest-plugin @@ -96,9 +96,6 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%check -%{__python3} setup.py test - %files -n python3-neutron-tempest-plugin -f filelist.lst %dir %{python3_sitelib}/* @@ -106,6 +103,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Nov 11 2021 OpenStack_SIG - 0.6.0-2 +- Remove test part + * Fri Oct 29 2021 OpenStack_SIG - 0.6.0-1 - Init package python3-neutron-tempest-plugin of version 0.6.0 - -- Gitee