python312Packages.langgraph: Fix unit tests that were breaking Hydra

This commit is contained in:
sarahec
2024-11-08 11:35:22 -08:00
committed by Sarah Clark
parent febd04d099
commit b2945bc0a8
@@ -88,8 +88,6 @@ buildPythonPackage rec {
postgresqlTestHook
];
pytestFlagsArray = [ "tests/unit_tests" ];
disabledTests = [
# test is flaky due to pydantic error on the exception
"test_doesnt_warn_valid_schema"
@@ -116,9 +114,7 @@ buildPythonPackage rec {
"tests/test_pregel.py"
];
passthru = {
updateScript = langgraph-sdk.updateScript;
};
passthru.updateScript = langgraph-sdk.updateScript;
meta = {
description = "Build resilient language agents as graphs";