We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 647624d + b2945bc commit 214d942Copy full SHA for 214d942
pkgs/development/python-modules/langgraph/default.nix
@@ -88,8 +88,6 @@ buildPythonPackage rec {
88
postgresqlTestHook
89
];
90
91
- pytestFlagsArray = [ "tests/unit_tests" ];
92
-
93
disabledTests = [
94
# test is flaky due to pydantic error on the exception
95
"test_doesnt_warn_valid_schema"
@@ -116,9 +114,7 @@ buildPythonPackage rec {
116
114
"tests/test_pregel.py"
117
115
118
119
- passthru = {
120
- updateScript = langgraph-sdk.updateScript;
121
- };
+ passthru.updateScript = langgraph-sdk.updateScript;
122
123
meta = {
124
description = "Build resilient language agents as graphs";
0 commit comments