From 4116770f89d1fa78e266e69b54a23b560b2fa1b9 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Thu, 1 May 2025 13:49:58 -0700 Subject: [PATCH] python3Packages.hcs-utils: exclude flaky test --- pkgs/development/python-modules/hcs-utils/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/hcs-utils/default.nix b/pkgs/development/python-modules/hcs-utils/default.nix index bd691b42dc73..70b0e4e776e1 100644 --- a/pkgs/development/python-modules/hcs-utils/default.nix +++ b/pkgs/development/python-modules/hcs-utils/default.nix @@ -34,6 +34,7 @@ buildPythonPackage { disabledTests = [ "test_expand" # It depends on FHS + "test_blocking" # flaky, depends on comparing running time w/ magic value ]; nativeCheckInputs = [ pytestCheckHook ];