Skip to content

Commit

Permalink
python312Packages.immutabledict: disable flaky test (NixOS#372443)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Jan 10, 2025
2 parents 3718eb9 + 3b1f39b commit 8b7cd08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/python-modules/immutabledict/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 8b7cd08

Please sign in to comment.