mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
python3Packages.langchain-community: disable flaky test (#408838)
This commit is contained in:
@@ -111,6 +111,8 @@ buildPythonPackage rec {
|
||||
disabledTests = [
|
||||
# requires bs4, aka BeautifulSoup
|
||||
"test_importable_all"
|
||||
# flaky
|
||||
"test_llm_caching_async"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
||||
Reference in New Issue
Block a user