From b30678dc7a94ccfcdec039ea1f86d767507aa18b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 22 Dec 2024 11:07:42 +0100 Subject: [PATCH] python312Packages.wandb: fix tests --- 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 321b42e7abfb..338809a6f97a 100644 --- a/pkgs/development/python-modules/wandb/default.nix +++ b/pkgs/development/python-modules/wandb/default.nix @@ -285,6 +285,9 @@ buildPythonPackage rec { "test_parse_project_path" "test_translates_azure_err_to_normal_err" + # tests assertion if filesystem is compressed + "test_artifact_file_cache_cleanup" + # Tries to access a storage disk but there are none in the sandbox # psutil.test_disk_out() returns None "test_disk_in"