From d1014f40bddd50c75f6fe917330f8f4e6fe9c598 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Sun, 20 Apr 2025 22:42:50 -0700 Subject: [PATCH] python312Packages.langgraph: disable misconfigured test --- pkgs/development/python-modules/langgraph/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/langgraph/default.nix b/pkgs/development/python-modules/langgraph/default.nix index 708da84981d8..ca9881dd5879 100644 --- a/pkgs/development/python-modules/langgraph/default.nix +++ b/pkgs/development/python-modules/langgraph/default.nix @@ -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 = [