mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
python3Packages.wandb: disable test that fails in sandbox on Darwin
This commit is contained in:
parent
aa91162a92
commit
dfb092c5ea
1 changed files with 3 additions and 0 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue