Loading pkgs/development/python-modules/optuna-dashboard/default.nix +5 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, alembic, Loading Loading @@ -67,6 +68,10 @@ buildPythonPackage rec { pythonImportsCheck = [ "optuna_dashboard" ]; # Temporarily disable tests as they hang due to a torch bug on darwin # Will revert in https://github.com/NixOS/nixpkgs/pull/424873 doCheck = !stdenv.hostPlatform.isDarwin; meta = { description = "Real-time Web Dashboard for Optuna"; homepage = "https://github.com/optuna/optuna-dashboard"; Loading Loading
pkgs/development/python-modules/optuna-dashboard/default.nix +5 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, alembic, Loading Loading @@ -67,6 +68,10 @@ buildPythonPackage rec { pythonImportsCheck = [ "optuna_dashboard" ]; # Temporarily disable tests as they hang due to a torch bug on darwin # Will revert in https://github.com/NixOS/nixpkgs/pull/424873 doCheck = !stdenv.hostPlatform.isDarwin; meta = { description = "Real-time Web Dashboard for Optuna"; homepage = "https://github.com/optuna/optuna-dashboard"; Loading