python314Packages.python-openstackclient: remove no longer failing tests

(cherry picked from commit c456aeab23)
This commit is contained in:
Sandro Jäckel 2026-06-22 11:35:33 +02:00
commit 6a7b33dcf0
No known key found for this signature in database
GPG key ID: 236B6291555E8401

View file

@ -82,11 +82,6 @@ buildPythonPackage (finalAttrs: {
stestrCheckHook
];
disabledTestsRegex = [
"openstackclient.tests.unit.common.test_module.TestModuleList*"
"openstackclient.tests.unit.common.test_clientmanager.TestClientManager*"
];
pythonImportsCheck = [
"openstackclient"
"openstackclient.api"