python312Packages.langchain-chroma: disable broken test (#346029)

This commit is contained in:
Pol Dellaiera
2024-10-03 09:27:08 +02:00
committed by GitHub
@@ -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;
};