Loading pkgs/development/python-modules/langchain-google-genai/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -76,6 +76,11 @@ buildPythonPackage rec { "test_serialize" ]; disabledTestPaths = [ # AssertionError: assert {'google_maps...s': None, ...} == {'google_maps...a'... "tests/unit_tests/test_chat_models.py::test_response_to_result_grounding_metadata[raw_response0-expected_grounding_metadata0]" ]; pythonImportsCheck = [ "langchain_google_genai" ]; passthru = { Loading Loading
pkgs/development/python-modules/langchain-google-genai/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -76,6 +76,11 @@ buildPythonPackage rec { "test_serialize" ]; disabledTestPaths = [ # AssertionError: assert {'google_maps...s': None, ...} == {'google_maps...a'... "tests/unit_tests/test_chat_models.py::test_response_to_result_grounding_metadata[raw_response0-expected_grounding_metadata0]" ]; pythonImportsCheck = [ "langchain_google_genai" ]; passthru = { Loading