Loading pkgs/development/python-modules/langgraph/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading
pkgs/development/python-modules/langgraph/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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 = [ Loading