From 49554a9b9bb43471defe41cfa5af38301cc1a523 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Mon, 8 May 2023 15:05:13 +0300 Subject: [PATCH] python310Packages.wandb: disable more tests --- pkgs/development/python-modules/wandb/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/development/python-modules/wandb/default.nix b/pkgs/development/python-modules/wandb/default.nix index 462eb2e7a8ca..49c2e4827ad5 100644 --- a/pkgs/development/python-modules/wandb/default.nix +++ b/pkgs/development/python-modules/wandb/default.nix @@ -243,6 +243,12 @@ buildPythonPackage rec { # See https://github.com/wandb/wandb/issues/5423 "tests/pytest_tests/unit_tests/test_docker.py" "tests/pytest_tests/unit_tests/test_library_public.py" + ] ++ lib.optionals stdenv.isLinux [ + # Same as above + "tests/pytest_tests/unit_tests/test_artifacts/test_storage.py" + ] ++ lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [ + # Same as above + "tests/pytest_tests/unit_tests/test_lib/test_filesystem.py" ]; # Disable test that fails on darwin due to issue with python3Packages.psutil: