Commit dfb092c5 authored by Sarah Clark's avatar Sarah Clark Committed by Masum Reza
Browse files

python3Packages.wandb: disable test that fails in sandbox on Darwin

parent aa91162a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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" ];