Loading pkgs/development/python-modules/wandb/default.nix +24 −10 Original line number Diff line number Diff line Loading @@ -279,7 +279,8 @@ buildPythonPackage rec { "--timeout=1024" ]; disabledTestPaths = [ disabledTestPaths = [ # Require docker access "tests/system_tests" Loading @@ -291,6 +292,10 @@ buildPythonPackage rec { # PermissionError: unable to write to .cache/wandb/artifacts "tests/unit_tests/test_artifacts/test_wandb_artifacts.py" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Breaks in sandbox: "Timed out waiting for wandb service to start" "tests/unit_tests/test_job_builder.py" ]; disabledTests = Loading Loading @@ -391,6 +396,15 @@ buildPythonPackage rec { # RuntimeError: *** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[1] "test_wandb_image_with_matplotlib_figure" # AssertionError: assert 'did you mean https://api.wandb.ai' in '1' "test_login_bad_host" # Asserttion error: 1 != 0 (testing system exit code) "test_login_host_trailing_slash_fix_invalid" # Breaks in sandbox: "Timed out waiting for wandb service to start" "test_setup_offline" ]; pythonImportsCheck = [ "wandb" ]; Loading Loading
pkgs/development/python-modules/wandb/default.nix +24 −10 Original line number Diff line number Diff line Loading @@ -279,7 +279,8 @@ buildPythonPackage rec { "--timeout=1024" ]; disabledTestPaths = [ disabledTestPaths = [ # Require docker access "tests/system_tests" Loading @@ -291,6 +292,10 @@ buildPythonPackage rec { # PermissionError: unable to write to .cache/wandb/artifacts "tests/unit_tests/test_artifacts/test_wandb_artifacts.py" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Breaks in sandbox: "Timed out waiting for wandb service to start" "tests/unit_tests/test_job_builder.py" ]; disabledTests = Loading Loading @@ -391,6 +396,15 @@ buildPythonPackage rec { # RuntimeError: *** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[1] "test_wandb_image_with_matplotlib_figure" # AssertionError: assert 'did you mean https://api.wandb.ai' in '1' "test_login_bad_host" # Asserttion error: 1 != 0 (testing system exit code) "test_login_host_trailing_slash_fix_invalid" # Breaks in sandbox: "Timed out waiting for wandb service to start" "test_setup_offline" ]; pythonImportsCheck = [ "wandb" ]; Loading