Commit ce8001fb authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.langchain-chroma: disable broken test

parent 7a19953c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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;
  };