python314Packages.osc-lib: fix hash which was forgotten to be updated (#534202)

This commit is contained in:
Sandro
2026-06-23 09:05:15 +00:00
committed by GitHub
2 changed files with 1 additions and 6 deletions
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "openstack";
repo = "osc-lib";
tag = version;
hash = "sha256-HYRm3GdgGUZqi7sqe2wmni2t0t7Ox3qJAukGABKPoyY=";
hash = "sha256-XwOJSd3k/74FvSZGveSTjH+KGLlQ2jNbk8GrTzFhbL0=";
};
patches = [
@@ -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"