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

This commit is contained in:
Sandro Jäckel
2024-04-24 10:54:12 +02:00
parent 3d92f49c0c
commit 17ed00049b
@@ -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
")