From 97648ceb0c9c470f47dd9d54a2365c9027653f51 Mon Sep 17 00:00:00 2001 From: misaka00251 Date: Mon, 6 Mar 2023 18:36:01 +0800 Subject: [PATCH] Fix test failed --- python-os-vif.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-os-vif.spec b/python-os-vif.spec index f01cd09..352fd58 100644 --- a/python-os-vif.spec +++ b/python-os-vif.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-os-vif Version: 2.7.1 -Release: 1 +Release: 2 Summary: A library for plugging and unplugging virtual interfaces in OpenStack. License: Apache-2.0 URL: https://docs.openstack.org/os-vif/latest/ @@ -102,7 +102,7 @@ mv %{buildroot}/doclist.lst . export OS_TEST_PATH='./os_vif/tests/unit' export PATH=$PATH:$RPM_BUILD_ROOT/usr/bin export PYTHONPATH=$PWD -PYTHON=%{__python3} stestr-3 --test-path $OS_TEST_PATH run +PYTHON=%{__python3} stestr --test-path $OS_TEST_PATH run %files -n python3-os-vif -f filelist.lst %dir %{python3_sitelib}/* @@ -112,6 +112,9 @@ PYTHON=%{__python3} stestr-3 --test-path $OS_TEST_PATH run %{_docdir}/* %changelog +* Mon Mar 06 2023 misaka00251 - 2.7.1-2 +- Fix test failed + * Wed May 18 2022 OpenStack_SIG - 2.7.1-1 - Upgrade package python3-os-vif to version 2.7.1 -- Gitee