python312Packages.numba: skip failing test on aarch64-linux

This commit is contained in:
Gaetan Lepage
2025-02-06 10:48:23 +01:00
parent fd802eebef
commit c991a83ff7
@@ -120,6 +120,11 @@ buildPythonPackage rec {
"${python.sitePackages}/numba/tests/test_usecases.py"
];
disabledTests = lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [
# captured stderr: Fatal Python error: Segmentation fault
"test_sum1d_pyobj"
];
disabledTestPaths = lib.optionals (!testsWithoutSandbox) [
# See NOTE near passthru.tests.withoutSandbox
"${python.sitePackages}/numba/cuda/tests"