python3Packages.cleanlab: skip flaky test due to deprecated numpy attribute

This commit is contained in:
daspk04
2026-04-03 11:57:40 -05:00
committed by Gaetan Lepage
parent a6c3b1bbaa
commit e306c4e164
@@ -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.