From 3fd681f8099884c8b66e1dbd40371b321cb923b7 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 20 Oct 2025 07:22:25 +0000 Subject: [PATCH] python3Packages.crewai: skip failing tests --- pkgs/development/python-modules/crewai/default.nix | 4 ++++ 1 file changed, 4 insertions(+) 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"