guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit b7638a2cb1876a3b6ec6d874cc02481467358827
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 29 09:03:57 2026 +0000

    gnu: python-ndcube: Move set-home-env phase before build.
    
    * gnu/packages/astronomy.scm (python-ndcube):
    [phases]{set-home-env}: Move before {build}.
    
    Relates-to: guix/guix#5892
    Change-Id: Iff18759a999283158a2220d55699bb67f21f1229
---
 gnu/packages/astronomy.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 54b5be16e5..4ed51d1135 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6399,7 +6399,7 @@ Carlo.")
     (build-system pyproject-build-system)
     (arguments
      (list
-      ;; tests: 397 passed, 7 skipped, 10 xfailed
+      ;; tests: 404 passed, 8 skipped, 10 xfailed
       #:test-flags
       #~(list "--numprocesses" (number->string (min 8 (parallel-job-count)))
               #$@(map (lambda (test) (string-append "--deselect="
@@ -6415,7 +6415,7 @@ Carlo.")
                             "test_2d[celestial_2d_fitswcs]")))
       #:phases
       #~(modify-phases %standard-phases
-          (add-before 'check 'set-home-env
+          (add-before 'build 'set-home-env
             (lambda _
               ;; Tests require HOME to be set.
               ;;  Permission denied: '/homeless-shelter'

Reply via email to