python3Packages.optuna-dashboard: temporarily disable tests on Darwin

This commit is contained in:
Sarah Clark
2025-07-17 12:46:10 -07:00
parent bf79e3edcd
commit 9b037d6d79

View File

@@ -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";