python3Packages.langchain-mistralai: disable test that requires network access

This commit is contained in:
Sarah Clark
2026-03-05 21:32:19 -08:00
parent aca4d95fce
commit 4b1d49bf6a
@@ -59,6 +59,9 @@ buildPythonPackage rec {
"test__convert_dict_to_message_tool_call"
# Fails when langchain-core gets ahead of this package
"test_serdes"
# RuntimeError: Cannot send a request, as the client has been closed.
# Tries to download from huggingface hub
"test_mistral_init"
];
pythonImportsCheck = [ "langchain_mistralai" ];