From 9848db1e745eb3bbb693618a4c5ee471b091ebf9 Mon Sep 17 00:00:00 2001 From: misaka00251 Date: Mon, 6 Mar 2023 18:55:02 +0800 Subject: [PATCH] Fix test failed --- python-oslo-vmware.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-oslo-vmware.spec b/python-oslo-vmware.spec index 30d8a93..712a098 100644 --- a/python-oslo-vmware.spec +++ b/python-oslo-vmware.spec @@ -3,7 +3,7 @@ Name: python-oslo-vmware Version: 3.10.0 -Release: 1 +Release: 2 Summary: Oslo VMware library for OpenStack projects License: ASL 2.0 URL: https://opendev.org/openstack/oslo.vmware @@ -136,7 +136,7 @@ mv %{buildroot}%{python3_sitelib}/oslo_vmware/locale %{buildroot}%{_datadir}/loc %check rm -f ./oslo_vmware/tests/test_hacking.py export OS_TEST_PATH="./oslo_vmware/tests" -PYTHON=python3 stestr-3 --test-path $OS_TEST_PATH run +PYTHON=python3 stestr --test-path $OS_TEST_PATH run %files -n python3-oslo-vmware %doc README.rst @@ -158,6 +158,9 @@ PYTHON=python3 stestr-3 --test-path $OS_TEST_PATH run %license LICENSE %changelog +* Mon Mar 06 2023 misaka00251 - 3.10.0-2 +- Fix test failed + * Thu Jun 16 2022 OpenStack_SIG - 3.10.0-1 - Upgrade version for openstack yoga -- Gitee