mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-numpy: Skip 'test_rint_big_int' test.
* gnu/packages/python-xyz.scm (python-numpy) [phases]{check}: Skip the 'test_rint_big_int' test.
This commit is contained in:
parent
28d27ddd3d
commit
0c6586df3b
1 changed files with 5 additions and 1 deletions
|
@ -5686,7 +5686,11 @@ include_dirs = ~:*~a/include~%" #$(this-package-input "openblas"))))))
|
||||||
;; These tests may fail on 32-bit systems (see:
|
;; These tests may fail on 32-bit systems (see:
|
||||||
;; https://github.com/numpy/numpy/issues/18387).
|
;; https://github.com/numpy/numpy/issues/18387).
|
||||||
"not test_float_remainder_overflow "
|
"not test_float_remainder_overflow "
|
||||||
"and not test_pareto"
|
"and not test_pareto "
|
||||||
|
;; The 'test_rint_big_int' test fails on older
|
||||||
|
;; x86_64 CPUs such as the Core 2 Duo (see:
|
||||||
|
;; https://github.com/numpy/numpy/issues/22170).
|
||||||
|
"and not test_rint_big_int "
|
||||||
;; These tests seem to fail on machines without
|
;; These tests seem to fail on machines without
|
||||||
;; an FPU is still under investigation upstream.
|
;; an FPU is still under investigation upstream.
|
||||||
;; https://github.com/numpy/numpy/issues/20635
|
;; https://github.com/numpy/numpy/issues/20635
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue