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"