Loading pkgs/development/python-modules/chatlas/default.nix +6 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, Loading Loading @@ -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 = { Loading Loading
pkgs/development/python-modules/chatlas/default.nix +6 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, Loading Loading @@ -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 = { Loading