python3Packages.optuna-dashboard: temporarily disable tests on Darwin (#426193)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
alembic,
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user