Skip to content

Commit c6bee51

Browse files
authored
python312Packages.wandb: skip failing test on darwin (#405094)
2 parents 18190ef + 7cd4f78 commit c6bee51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/development/python-modules/wandb/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,9 @@ buildPythonPackage rec {
357357
"test_matplotlib_plotly_with_multiple_axes"
358358
"test_matplotlib_to_plotly"
359359
"test_plotly_from_matplotlib_with_image"
360+
361+
# RuntimeError: *** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[1]
362+
"test_wandb_image_with_matplotlib_figure"
360363
];
361364

362365
pythonImportsCheck = [ "wandb" ];

0 commit comments

Comments
 (0)