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