python3Packages.hcs-utils: exclude flaky test

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