gnu: python-numpy: Skip another test on armhf-linux.

* gnu/packages/python-xyz.scm (python-numpy)[arguments]: When building
for armhf-linux skip another test.

Change-Id: Iccd691affca928061becc183db14009544c0e163
This commit is contained in:
Efraim Flashner 2025-03-25 17:05:05 +02:00
parent d6a9fc6c95
commit 24440a299c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -9667,9 +9667,10 @@ include_dirs = ~:*~a/include~%"
`(" and not test_identityless_reduction_huge_array"
" and not (TestKind and test_all)")
'())
;; This test fails when building from aarch64-linux.
;; These tests fail when building from aarch64-linux.
#$@(if (target-arm32?)
`(" and not test_features")
`(" and not test_features"
" and not test_unary_spurious_fpexception")
'())
;; These tests seem to fail on machines without
;; an FPU is still under investigation upstream.