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

commit bc2feb742b5e095206ee25bbc590eb9fe87c29cb
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Feb 5 00:48:56 2026 +0100

    gnu: python-ndcube: Relocate phase 'set-home-env.
    
    * gnu/packages/wxwidgets.scm (python-ndcube)[arguments]<#:phases>:
    Relocate phase 'set-home-env.
    
    Change-Id: I77bd29800f0c24cdbbff88251093e8c107eae6d4
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/astronomy.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index e37bebc54f..62410e4738 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6796,7 +6796,7 @@ Carlo.")
               "-k" "not test_crop_by_extra_coords_values_all_axes_with_coord")
       #:phases
       #~(modify-phases %standard-phases
-          (add-before 'check 'set-home-env
+          (add-before 'sanity-check 'set-home-env
             (lambda _
               ;; Tests require HOME to be set.
               ;;  Permission denied: '/homeless-shelter'

Reply via email to