Skip to content

Commit 214d942

Browse files
authored
python312Packages.langgraph: Use correct test directory (#354345)
2 parents 647624d + b2945bc commit 214d942

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)