python312Packages.langgraph: disable test that breaks under current pydantic (#400467)

This commit is contained in:
Pol Dellaiera
2025-04-21 19:48:24 +00:00
committed by GitHub
@@ -110,6 +110,10 @@ buildPythonPackage rec {
"test_no_modifier"
"test_pending_writes_resume"
"test_remove_message_via_state_update"
# pydantic.errors.PydanticForbiddenQualifier,
# see https://github.com/langchain-ai/langgraph/issues/4360
"test_state_schema_optional_values"
];
disabledTestPaths = [