diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-10 20:49:03 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:12 +0200 |
| commit | 03a873278c1928b266609c048623754ba6de707e (patch) | |
| tree | 2e538270e4175d225e8fc88a7e6a3b9f2b0ebe1d | |
| parent | c8bd224e07d6254780ba8e1b1c78755cd22250ee (diff) | |
gnu: python-astropy: Skip one more test.
* gnu/packages/astronomy.scm (python-astropy) [arguments] <test-flags>:
Skip one more failing test.
Change-Id: Iea781139001dedac966365da2e7c3fca7094ec81
| -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 2d2b2e61aef..aaae0ecbbf2 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2136,7 +2136,9 @@ mining in astronomy.") "test_table_comp[t16-t26]" ;; UnboundLocalError: local variable 'ihd' ;; referenced before assignment - "test_delay_doc_updates") + "test_delay_doc_updates" + ;; assert 13 == 1 + "test_skip_meta") " and not ")) #:phases #~(modify-phases %standard-phases |
