lol

python3Packages.hcs-utils: exclude flaky test

Sarah Clark 4116770f 87d5e58a

+1
+1
pkgs/development/python-modules/hcs-utils/default.nix
··· 34 34 35 35 disabledTests = [ 36 36 "test_expand" # It depends on FHS 37 + "test_blocking" # flaky, depends on comparing running time w/ magic value 37 38 ]; 38 39 39 40 nativeCheckInputs = [ pytestCheckHook ];