From efd67b27a5ae01bfafa99f9c84a1a5584c5ec173 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Sat, 11 Jul 2026 16:15:14 -0700 Subject: [PATCH] python3Packages.langchain-classic: disable flaky formatting-sensitive test --- pkgs/development/python-modules/langchain-classic/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/langchain-classic/default.nix b/pkgs/development/python-modules/langchain-classic/default.nix index b9949fd389ee..9facff585713 100644 --- a/pkgs/development/python-modules/langchain-classic/default.nix +++ b/pkgs/development/python-modules/langchain-classic/default.nix @@ -99,6 +99,8 @@ buildPythonPackage (finalAttrs: { disabledTests = [ # Network access (web.example.com) "test_socket_disabled" + # Fails due to JSON formatting differences + "test_configurable" ]; # Bulk updater selects wrong tag