diff --git a/pkgs/development/python-modules/crewai/default.nix b/pkgs/development/python-modules/crewai/default.nix index da977e50c7cd..df91398c1121 100644 --- a/pkgs/development/python-modules/crewai/default.nix +++ b/pkgs/development/python-modules/crewai/default.nix @@ -108,6 +108,10 @@ buildPythonPackage rec { ]; disabledTests = [ + # AssertionError - json-repair behaves differently since 0.52.0 + "test_safe_repair_json_unrepairable" + "test_valid_action_parsing_with_curly_braces" + # Tests parser "test_valid_action_parsing_with_special_characters"