Loading pkgs/development/python-modules/langchain-chroma/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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; }; Loading Loading
pkgs/development/python-modules/langchain-chroma/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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; }; Loading