Unverified Commit 17ed0004 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

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

parent 3d92f49c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
    ")