about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-02-25 21:00:41 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-02-25 21:00:41 +0200
commit4a3745285661c63e908d4b90671f5c76cf6b4903 (patch)
tree21737c0ff35e285b803e061b829cc929bcf595f7
parentb73601f559b3c1e9fc5ffaf0d5293b946e1f1c98 (diff)
python310Packages.wandb: disable more tests
-rw-r--r--pkgs/development/python-modules/wandb/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/wandb/default.nix b/pkgs/development/python-modules/wandb/default.nix
index e1139ecf1b14c..b38236170f05f 100644
--- a/pkgs/development/python-modules/wandb/default.nix
+++ b/pkgs/development/python-modules/wandb/default.nix
@@ -123,8 +123,10 @@ buildPythonPackage rec {
     "tests/unit_tests_old/test_public_api.py"
     "tests/unit_tests_old/test_runtime.py"
     "tests/unit_tests_old/test_sender.py"
+    "tests/unit_tests_old/test_summary.py"
     "tests/unit_tests_old/test_tb_watcher.py"
     "tests/unit_tests_old/test_time_resolution.py"
+    "tests/unit_tests_old/test_wandb.py"
     "tests/unit_tests_old/test_wandb_agent.py"
     "tests/unit_tests_old/test_wandb_artifacts.py"
     "tests/unit_tests_old/test_wandb_integration.py"