From e306c4e16494275161df0cf09a14ed8ec54ba5a3 Mon Sep 17 00:00:00 2001 From: daspk04 Date: Fri, 3 Apr 2026 11:57:40 -0500 Subject: [PATCH] python3Packages.cleanlab: skip flaky test due to deprecated numpy attribute --- pkgs/development/python-modules/cleanlab/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/cleanlab/default.nix b/pkgs/development/python-modules/cleanlab/default.nix index 827db22fe93c..1aa78edfe2f8 100644 --- a/pkgs/development/python-modules/cleanlab/default.nix +++ b/pkgs/development/python-modules/cleanlab/default.nix @@ -90,6 +90,9 @@ buildPythonPackage (finalAttrs: { "test_duplicate_points_have_similar_scores" # AssertionError: assert 'Annotators [1] did not label any examples.' "test_label_quality_scores_multiannotator" + # AttributeError: module 'numpy' has no attribute 'in1d' (deprecated since numpy 2.x) + "test_bad_input_find_label_issues_internal" + "test_return_issues_ranked_by_scores" ] ++ lib.optionals (pythonAtLeast "3.12") [ # AttributeError: 'called_once_with' is not a valid assertion.