From 2f52a550bad05f26746e20e465c40ff6953a0136 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 15 Dec 2025 00:01:59 +0000 Subject: [PATCH] gnu: python-romancal: Remove relax-requirements phase. * gnu/packages/astronomy.scm (python-romancal)[arguments] : Remove 'relax-requirements. Change-Id: Ie86f5d9747ae0993ace9e619d39f91eea79fe399 Signed-off-by: Rutherther --- 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 f0e3a9e8fe53cc5b09ab473823a9d0ce1e481421..a5da717ec63ddf1d260bf259c0aac8aaf83d6a6f 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"