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.
1 parent 4f48368 commit 6b2edadCopy full SHA for 6b2edad
pkgs/development/python-modules/langgraph/default.nix
@@ -90,6 +90,11 @@ let
90
"ignore::DeprecationWarning"
91
];
92
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
+ ];
98
};
99
in
100
buildPythonPackage rec {
0 commit comments