python311Packages.python-novaclient: ignore test which started to fail with python 3.11.9

This commit is contained in:
Sandro Jäckel 2024-04-23 14:04:27 +02:00
parent 3d92f49c0c
commit 17ed00049b
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ buildPythonPackage rec {
checkPhase = ''
stestr run -e <(echo "
novaclient.tests.unit.test_shell.ParserTest.test_ambiguous_option
novaclient.tests.unit.test_shell.ParserTest.test_not_really_ambiguous_option
novaclient.tests.unit.test_shell.ShellTest.test_osprofiler
novaclient.tests.unit.test_shell.ShellTestKeystoneV3.test_osprofiler
")