python312Packages.langchain-chroma: disable broken test (#346029)
This commit is contained in:
commit
d52e0a7ac6
@ -43,6 +43,11 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# Bad integration test, not used or vetted by the langchain team
|
||||
"test_chroma_update_document"
|
||||
];
|
||||
|
||||
passthru = {
|
||||
inherit (langchain-core) updateScript;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user