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

commit 5a0d24594934ace90ea51d9e355470773ac68182
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 17 13:34:07 2026 +0000

    gnu: python-spectral-cube: Skip one more test.
    
    * gnu/packages/astronomy.scm (python-spectral-cube)[arguments]
    <test-flags>: Skip one more test.
    
    Change-Id: I5286300d6ccd7835ec1bf9e4c76daff39bf78761
---
 gnu/packages/astronomy.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index afab443df5..7e077d31da 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -9515,10 +9515,11 @@ instruments.")
     (build-system pyproject-build-system)
     (arguments
      (list
-      ;; tests: 1520 passed, 185 skipped, 17 xfailed, 6048 warnings
+      ;; tests: 1519 passed, 170 skipped, 17 xfailed, 6048 warnings
       #:test-flags
       #~(list "--numprocesses" (number->string (min 8 (parallel-job-count)))
               ;; AttributeError: module 'numpy' has no attribute 'product'
+              
"--deselect=spectral_cube/tests/test_dask.py::test_dask_distributed"
               #$@(map (lambda (test) (string-append "--deselect="
                                                     "spectral_cube/tests/"
                                                     "test_casafuncs.py::"

Reply via email to