From 1b72114a2329a562de736b09b0c7bbf411bf3397 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 25 Jun 2025 11:22:09 +0200 Subject: [PATCH] python3Packages.cleanlab: skip failing test --- 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 f88e85a9e336..9cd1d44d90da 100644 --- a/pkgs/development/python-modules/cleanlab/default.nix +++ b/pkgs/development/python-modules/cleanlab/default.nix @@ -81,6 +81,9 @@ buildPythonPackage rec { disabledTests = [ + # Incorrect snapshots (AssertionError) + "test_color_sentence" + # Requires the datasets we prevent from downloading "test_create_imagelab"