python3Packages.nnaudio: skip failing test on aarch64-linux

This commit is contained in:
Gaetan Lepage
2026-06-29 20:42:29 +00:00
parent 7d066af661
commit 215fa62627
@@ -73,6 +73,7 @@ buildPythonPackage (finalAttrs: {
]
++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [
# Test fixture matrix has other values
"test_cqt_1992_v2_linear[cpu]"
"test_cqt_1992_v2_log[cpu]"
];