gnu: python-radiospectra: Delete sanity check.

* gnu/packages/astronomy.scm (python-radiospectra): Delete sanity check.

Change-Id: I8bc7cd7b8a914be577307007b99e9114c4cfc8bd
This commit is contained in:
Sharlatan Hellseher 2025-08-22 12:42:01 +01:00 committed by Andrew Tropin
parent 6bfbcfc2a3
commit c7702b021f
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -6124,6 +6124,8 @@ end products of specific X-ray observatories.")
#~(list "--numprocesses" (number->string (parallel-job-count))) #~(list "--numprocesses" (number->string (parallel-job-count)))
#:phases #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
;; XXX: It fails to check SunPy's optional inputs versions.
(delete 'sanity-check)
(add-before 'check 'set-home-env (add-before 'check 'set-home-env
(lambda _ (lambda _
;; Tests require HOME to be set. ;; Tests require HOME to be set.