guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 8552a9182dab7ab7c5c0fde71eff96727df139d6
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Aug 21 19:09:46 2025 +0100

    gnu: python-ndcube: Fix tests.
    
    * gnu/packages/astronomy.scm (python-ndcube): [native-inputs]: Add
    nss-certs-for-test.
    
    Change-Id: Idf30d716f01dd041b6f5d157f12edbef91a11ffb
---
 gnu/packages/astronomy.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 3981a7e4b2..762109a18e 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5304,7 +5304,7 @@ Carlo.")
     (build-system pyproject-build-system)
     (arguments
      (list
-      ;; 393 passed, 7 skipped, 31 deselected, 10 xfailed
+      ;; tests: 393 passed, 7 skipped, 10 xfailed
       #:test-flags
       #~(list "--numprocesses" (number->string (parallel-job-count))
               "-k" (string-join
@@ -5333,7 +5333,8 @@ Carlo.")
               ;;  Permission denied: '/homeless-shelter'
               (setenv "HOME" "/tmp"))))))
     (native-inputs
-     (list python-dask
+     (list nss-certs-for-test
+           python-dask
            python-pytest
            python-pytest-astropy
            python-pytest-mpl

Reply via email to