gnu: python-astropy: Disable one failing test.
* gnu/packages/astronomy.scm (python-astropy) [arguments]: <#:test-flags>: Disable one failing test as seen in <https://ci.guix.gnu.org/build/5269958/log/raw>. Change-Id: Ied8c4268ede1b480eec501fe03b58de0e0894b62master
parent
d8217355f2
commit
2aa0127d4e
|
@ -1815,7 +1815,9 @@ objects.")
|
||||||
"not remote_data"
|
"not remote_data"
|
||||||
;; ValueError: The truth value of an array with more than
|
;; ValueError: The truth value of an array with more than
|
||||||
;; one element is ambiguous. Use a.any() or a.all()
|
;; one element is ambiguous. Use a.any() or a.all()
|
||||||
" and not test_table_comp[t16-t26]"))
|
" and not test_table_comp[t16-t26]"
|
||||||
|
;; E Unreliable test timings! <...>
|
||||||
|
" and not test_datetime_timedelta_roundtrip"))
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'preparations
|
(add-after 'unpack 'preparations
|
||||||
|
|
Reference in New Issue