python3Packages.crewai: skip failing tests

This commit is contained in:
Gaetan Lepage
2025-10-20 07:28:49 +00:00
parent 7023b73326
commit 3fd681f809
@@ -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"