Skip to content

Commit

Permalink
python312Packages.immutabledict: disable flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst committed Jan 9, 2025
1 parent 844f2a5 commit 3b1f39b
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 3b1f39b

Please sign in to comment.