From 7cd4f7897f44edb5686ab0820bf5cf8b666df360 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 8 May 2025 01:31:08 +0200 Subject: [PATCH] python312Packages.wandb: skip failing test on darwin --- pkgs/development/python-modules/wandb/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/wandb/default.nix b/pkgs/development/python-modules/wandb/default.nix index 9f6fce682714..df396b281391 100644 --- a/pkgs/development/python-modules/wandb/default.nix +++ b/pkgs/development/python-modules/wandb/default.nix @@ -357,6 +357,9 @@ buildPythonPackage rec { "test_matplotlib_plotly_with_multiple_axes" "test_matplotlib_to_plotly" "test_plotly_from_matplotlib_with_image" + + # RuntimeError: *** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[1] + "test_wandb_image_with_matplotlib_figure" ]; pythonImportsCheck = [ "wandb" ];