diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-15 13:49:07 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-30 09:10:11 +0000 |
| commit | f7eef8cd05ecdf6fa62ffd43afcd1b5670d5c061 (patch) | |
| tree | 0990e79b7ac6f48dd66053898bbaeb2f5f654c5a | |
| parent | d99ff11ca2c7517482220535c583e12ae5456577 (diff) | |
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
| -rw-r--r-- | gnu/packages/astronomy.scm | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 30ad20423b..96ca4b683d 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -5662,26 +5662,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: |
