Skip to content

Commit b2945bc

Browse files
sarahecsarahec
authored andcommitted
python312Packages.langgraph: Fix unit tests that were breaking Hydra
1 parent febd04d commit b2945bc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pkgs/development/python-modules/langgraph/default.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ buildPythonPackage rec {
8888
postgresqlTestHook
8989
];
9090

91-
pytestFlagsArray = [ "tests/unit_tests" ];
92-
9391
disabledTests = [
9492
# test is flaky due to pydantic error on the exception
9593
"test_doesnt_warn_valid_schema"
@@ -116,9 +114,7 @@ buildPythonPackage rec {
116114
"tests/test_pregel.py"
117115
];
118116

119-
passthru = {
120-
updateScript = langgraph-sdk.updateScript;
121-
};
117+
passthru.updateScript = langgraph-sdk.updateScript;
122118

123119
meta = {
124120
description = "Build resilient language agents as graphs";

0 commit comments

Comments
 (0)