python312Packages.immutabledict: disable flaky test (#372443)

This commit is contained in:
Martin Weinelt
2025-01-10 15:48:07 +01:00
committed by GitHub
@@ -27,6 +27,11 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
disabledTests = [
# fails if builder load is highly variable
"test_performance"
];
meta = with lib; {
description = "Fork of frozendict, an immutable wrapper around dictionaries";
homepage = "https://github.com/corenting/immutabledict";