Unverified Commit 2d2de4c9 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

parents 4a3a74e5 d1014f40
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 = [