guix_mirror_bot pushed a commit to branch astro-update
in repository guix.

commit f4b5055fc636421117accd2693f2bf835715e57b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 15 13:49:07 2026 +0000

    gnu: python-irispy-lmsal: Simplify package.
    
    * gnu/packages/astronomy.scm (python-irispy-lmsal)[arguments]
    <test-flags>: Drop all.
    <phases>: Keep 'sanity-check.
    
    Change-Id: I835672a0ef7e390222a99fe0d8bdae1f77ad947c
---
 gnu/packages/astronomy.scm | 19 +------------------
 1 file changed, 1 insertion(+), 18 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index c6721ba0b3..28b853605d 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5786,26 +5786,9 @@ observationally-derived galaxy merger catalogs.")
     (build-system pyproject-build-system)
     (arguments
      (list
-      ;; tests: 65 passed, 1 skipped, 9 deselected
-      #:test-flags
-      ;; See: <https://github.com/LM-SAL/irispy-lmsal/issues/83>.
-      ;; Expected:
-      ;;     np.float64(0.33)
-      ;; Got:
-      ;;     0.33
-      #~(list "--deselect=irispy/obsid.py::irispy.obsid.ObsID"
-              ;; TODO: NumPy 2+ is required to fully resolve this.
-              ;; Arrays are not almost equal to 4 decimals
-              ;; Mismatched elements: 42 / 3601 (1.17%)
-              ;; Max absolute difference: 0.34272391
-              ;; Max relative difference: 0.00491848
-              ;;  x: array([0., 0., 0., ..., 0., 0., 0.])
-              ;;  y: array([0., 0., 0., ..., 0., 0., 0.], dtype='>f4')
-              "-k" "not test_get_latest_response_to_idl")
+      ;; tests: 65 passed, 2 skipped, 9 deselected
       #:phases
       #~(modify-phases %standard-phases
-          ;; XXX: It fails to check SunPy's optional inputs versions.
-          (delete 'sanity-check)
           (add-before 'check 'set-home
             (lambda _
               ;; E PermissionError: [Errno 13] Permission denied:

Reply via email to