From 2d0d7334466fa1c0c7dafb6521c2f2d0ea183d2b Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Fri, 11 Jul 2025 11:01:07 -0700 Subject: [PATCH] python3Packages.wandb: disable additional test that breaks when run in sandbox --- pkgs/development/python-modules/wandb/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/wandb/default.nix b/pkgs/development/python-modules/wandb/default.nix index 40cb21f02372..fc044bacaccd 100644 --- a/pkgs/development/python-modules/wandb/default.nix +++ b/pkgs/development/python-modules/wandb/default.nix @@ -368,6 +368,7 @@ buildPythonPackage rec { # HandleAbandonedError / SystemExit when run in sandbox "test_makedirs_raises_oserror__uses_temp_dir" + "test_no_root_dir_access__uses_temp_dir" # AssertionError: Not all requests have been executed "test_image_refs"