guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 53dd0364c9da1b613ac1eeb608604306d9fbd0ef
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Dec 15 00:01:59 2025 +0000
gnu: python-romancal: Remove relax-requirements phase.
* gnu/packages/astronomy.scm (python-romancal)[arguments] <phases>:
Remove 'relax-requirements.
Change-Id: Ie86f5d9747ae0993ace9e619d39f91eea79fe399
---
gnu/packages/astronomy.scm | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index f0e3a9e8fe..a5da717ec6 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -8387,7 +8387,7 @@ pipelines.")
(build-system pyproject-build-system)
(arguments
(list
- ;; tests: 294 passed, 298 skipped, 2 deselected, 1 warning
+ ;; tests: 294 passed, 298 skipped, 2 deselected, 2 warnings
#:test-flags
#~(list "--color=no"
;; Tests requiring calibration data.
@@ -8417,11 +8417,6 @@ pipelines.")
"-k" "not test_inject_sources and not test_grid_injection")
#:phases
#~(modify-phases %standard-phases
- (add-after 'unpack 'relax-requirements
- (lambda _
- (substitute* "pyproject.toml"
- ;; XXX: scipy >=1.14.1
- ((" >=1.14.1") ""))))
(add-before 'build 'set-version
(lambda _
(setenv "SETUPTOOLS_SCM_PRETEND_VERSION"