rekado pushed a commit to branch python-team
in repository guix.

commit c85c15a3ad31b3add2a802d8754f7955a8f58b0f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Feb 10 20:49:03 2025 +0000

    gnu: python-astropy: Skip one more test.
    
    * gnu/packages/astronomy.scm (python-astropy) [arguments] <test-flags>:
    Skip one more failing test.
    
    Change-Id: Iea781139001dedac966365da2e7c3fca7094ec81
---
 gnu/packages/astronomy.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 9189cf2edb..1cffdd44c7 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2127,7 +2127,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

Reply via email to