guix_mirror_bot pushed a commit to branch astro-updates
in repository guix.

commit ff1a2e87b72747b9b00af429b4372e664973e56b
Author: Sharlatan Hellseher <sharlata...@gmail.com>
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 ac8cc0de51..040aacfd77 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5311,7 +5311,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
@@ -5340,7 +5340,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