Skip to content

Commit

Permalink
python3Packages.langchain-chroma: disable broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahec committed Oct 2, 2024
1 parent 7a19953 commit ce8001f
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 ce8001f

Please sign in to comment.