Skip to content

Commit 6e96684

Browse files
authored
python312Packages.langgraph: skip failing tests (#387309)
2 parents 1e0217b + 6b2edad commit 6e96684

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ let
9090
"ignore::DeprecationWarning"
9191
];
9292

93+
disabledTestPaths = [
94+
# psycopg.OperationalError: connection failed: connection to server at "127.0.0.1", port 5442 failed: Connection refused
95+
# Is the server running on that host and accepting TCP/IP connections?
96+
"tests/test_react_agent.py"
97+
];
9398
};
9499
in
95100
buildPythonPackage rec {

0 commit comments

Comments
 (0)