python3Packages.chatlas: disable test failing in the darwin sandbox (#470412)

This commit is contained in:
kirillrdy
2025-12-14 00:16:47 +00:00
committed by GitHub
@@ -1,5 +1,6 @@
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitHub,
@@ -155,6 +156,11 @@ buildPythonPackage rec {
"test_tool_yielding_with_error"
"test_translate_model_params_openai"
"test_unknown_tool_error_format_updated"
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
# Fails in the sandbox
# RuntimeError: *** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[1]
"test_can_create_image_from_plot"
];
meta = {