guix_mirror_bot pushed a commit to branch master
in repository guix.
commit c7702b021fbb44ded888444f8df250fae9c486bd
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Aug 22 12:42:01 2025 +0100
gnu: python-radiospectra: Delete sanity check.
* gnu/packages/astronomy.scm (python-radiospectra): Delete sanity check.
Change-Id: I8bc7cd7b8a914be577307007b99e9114c4cfc8bd
---
gnu/packages/astronomy.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index aec8690985..e059b70650 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6124,6 +6124,8 @@ end products of specific X-ray observatories.")
#~(list "--numprocesses" (number->string (parallel-job-count)))
#:phases
#~(modify-phases %standard-phases
+ ;; XXX: It fails to check SunPy's optional inputs versions.
+ (delete 'sanity-check)
(add-before 'check 'set-home-env
(lambda _
;; Tests require HOME to be set.