python3Packages.wandb: disable failing test on darwin

main
Malo Bourgon 2 years ago
parent 80ddf916da
commit b0c31dc06f
  1. 4
      pkgs/development/python-modules/wandb/default.nix

@ -114,6 +114,10 @@ buildPythonPackage rec {
"tests/test_tables.py"
];
# Disable test that fails on darwin due to issue with python3Packages.psutil:
# https://github.com/giampaolo/psutil/issues/1219
disabledTests = lib.optional stdenv.isDarwin "test_tpu_system_stats";
checkInputs = [
azure-core
bokeh

Loading…
Cancel
Save