gnu: python-astropy-healpix: Remove relax-requirements phase.

* gnu/packages/astronomy.scm (python-astropy-healpix) [arguments]
<phases>: Remove 'relax-requirements.

Change-Id: Ie5cb8b3b266c80079d631ba89eb5be50fb6ea0e1
This commit is contained in:
Sharlatan Hellseher 2025-09-10 17:15:24 +01:00
parent 4aa71f5e69
commit a256042b1d
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2826,11 +2826,6 @@ astronomy and astrophysics.")
(list (list
#:phases #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'unpack 'relax-requirements
(lambda _
(substitute* "setup.cfg"
;; numpy>=1.25
((">=1.25") ">=1.24"))))
(replace 'check (replace 'check
(lambda* (#:key tests? test-flags #:allow-other-keys) (lambda* (#:key tests? test-flags #:allow-other-keys)
(when tests? (when tests?