From dfb092c5ea538b0d2f9246419d74e39b8ece9571 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Sun, 1 Jun 2025 19:15:39 -0700 Subject: [PATCH] python3Packages.wandb: disable test that fails in sandbox 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 f96d87583c45..2459a04d7ad9 100644 --- a/pkgs/development/python-modules/wandb/default.nix +++ b/pkgs/development/python-modules/wandb/default.nix @@ -378,6 +378,9 @@ buildPythonPackage rec { # RuntimeError: *** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[1] "test_wandb_image_with_matplotlib_figure" + + # HandleAbandonedError / SystemExit when run in sandbox + "test_makedirs_raises_oserror__uses_temp_dir" ]; pythonImportsCheck = [ "wandb" ];