diff --git a/pkgs/development/python-modules/langchain-mistralai/default.nix b/pkgs/development/python-modules/langchain-mistralai/default.nix index 130f01f33fea..d387144d2a53 100644 --- a/pkgs/development/python-modules/langchain-mistralai/default.nix +++ b/pkgs/development/python-modules/langchain-mistralai/default.nix @@ -57,6 +57,8 @@ buildPythonPackage rec { disabledTests = [ # Comparison error due to message formatting differences "test__convert_dict_to_message_tool_call" + # Fails when langchain-core gets ahead of this package + "test_serdes" ]; pythonImportsCheck = [ "langchain_mistralai" ];