Skip to content

Commit

Permalink
python312Packages.langchain-chroma: disable broken test (#346029)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Oct 3, 2024
2 parents f192751 + ce8001f commit d52e0a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/python-modules/langchain-chroma/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit d52e0a7

Please sign in to comment.