guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit be5ce13543a6663e65529f1c86e229337d1f8149
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 5117ec6082..e131c3e790 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -9524,10 +9524,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::"