From 6b2edad081c3e04745da031cb022c28b18ffb064 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 5 Mar 2025 15:23:58 +0100 Subject: [PATCH] python312Packages.langgraph: skip failing tests --- pkgs/development/python-modules/langgraph/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/langgraph/default.nix b/pkgs/development/python-modules/langgraph/default.nix index 7b6eca4f8834..f99b92d1de14 100644 --- a/pkgs/development/python-modules/langgraph/default.nix +++ b/pkgs/development/python-modules/langgraph/default.nix @@ -90,6 +90,11 @@ let "ignore::DeprecationWarning" ]; + disabledTestPaths = [ + # psycopg.OperationalError: connection failed: connection to server at "127.0.0.1", port 5442 failed: Connection refused + # Is the server running on that host and accepting TCP/IP connections? + "tests/test_react_agent.py" + ]; }; in buildPythonPackage rec {