about summary refs log tree commit diff
diff options
context:
space:
mode:
-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"