From 5592fde390ef178da2d4ecadda6fd3cb34e0a9e2 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Mon, 19 May 2025 11:56:24 -0700 Subject: [PATCH] python3Packages.langchain-community: disable flaky test --- pkgs/development/python-modules/langchain-community/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/langchain-community/default.nix b/pkgs/development/python-modules/langchain-community/default.nix index 95308ed3bab6..fa332452fbbd 100644 --- a/pkgs/development/python-modules/langchain-community/default.nix +++ b/pkgs/development/python-modules/langchain-community/default.nix @@ -111,6 +111,8 @@ buildPythonPackage rec { disabledTests = [ # requires bs4, aka BeautifulSoup "test_importable_all" + # flaky + "test_llm_caching_async" ]; disabledTestPaths = [