diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-30 12:08:40 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-30 12:09:51 +0100 |
commit | 2aa0127d4e3d2363c04caab88137b070b6cf1318 (patch) | |
tree | 013bceabe37712a89f48b137cdcfe1d80a308e07 | |
parent | d8217355f2691a92a3c64fea939827a314952a77 (diff) | |
download | guix-2aa0127d4e3d2363c04caab88137b070b6cf1318.tar.gz guix-2aa0127d4e3d2363c04caab88137b070b6cf1318.zip |
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: Ied8c4268ede1b480eec501fe03b58de0e0894b62
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 2ee206c766..613e4d3fee 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1815,7 +1815,9 @@ objects.") "not remote_data" ;; ValueError: The truth value of an array with more than ;; 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 #~(modify-phases %standard-phases (add-after 'unpack 'preparations |