python313Packages.python-openstackclient: update tests which fail because exact return values are checked

This commit is contained in:
Sandro Jäckel
2025-11-17 14:58:50 +01:00
parent cebb2d07f3
commit 6bcf197cf5
@@ -70,7 +70,7 @@ buildPythonPackage rec {
checkPhase = ''
runHook preCheck
stestr run -E \
"openstackclient.tests.unit.network.v2.test_security_group_network.(TestCreateSecurityGroupNetwork.(test_create_with_tags|test_create_with_no_tag|test_create_min_options|test_create_all_options)|TestShowSecurityGroupNetwork.test_show_all_options)"
"openstackclient.tests.unit.volume.v3.test_volume.(TestVolumeCreate|TestVolumeShow)"
runHook postCheck
'';