mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
d6a9fc6c95
commit
24440a299c
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue