From 147794c3b73dd04e310f374cd4d8920a79a97207 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Sun, 25 May 2025 08:50:33 -0700 Subject: [PATCH] python3Packages.langchain-community: disable flaky caching test --- pkgs/development/python-modules/langchain-community/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/langchain-community/default.nix b/pkgs/development/python-modules/langchain-community/default.nix index fa332452fbbd..80c5f0e8139e 100644 --- a/pkgs/development/python-modules/langchain-community/default.nix +++ b/pkgs/development/python-modules/langchain-community/default.nix @@ -112,6 +112,7 @@ buildPythonPackage rec { # requires bs4, aka BeautifulSoup "test_importable_all" # flaky + "test_llm_caching" "test_llm_caching_async" ];