From 408d35c96437ced879f130346be8e52cb3b03ef6 Mon Sep 17 00:00:00 2001 From: Jack Wilsdon Date: Sun, 23 Nov 2025 13:06:37 +0000 Subject: [PATCH] python3Packages.resampy: remove optuna from check inputs optuna is only needed to run the filter creation script, which isn't done during the check phase. --- pkgs/development/python-modules/resampy/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/resampy/default.nix b/pkgs/development/python-modules/resampy/default.nix index 263a32e1e36d..68a7af9b6813 100644 --- a/pkgs/development/python-modules/resampy/default.nix +++ b/pkgs/development/python-modules/resampy/default.nix @@ -40,8 +40,7 @@ buildPythonPackage rec { pytest-cov-stub pytestCheckHook scipy - ] - ++ optional-dependencies.design; + ]; disabledTests = lib.optionals (stdenv.hostPlatform.system == "aarch64-linux") [ # crashing the interpreter