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
commit d52e0a7ac6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
};