Unverified Commit 992e5aa3 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

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

parents 25bc031d d4877430
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
{
  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 = {