Merge pull request #306480 from SuperSandro2000/python-novaclient

python311Packages.python-novaclient: ignore test which started to fai…
This commit is contained in:
Sandro 2024-04-24 12:16:12 +02:00 committed by GitHub
commit 223e9ed9e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
")