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 1e0217b + 6b2edad commit 6e96684Copy full SHA for 6e96684
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