diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index cad6624de4..730831168e 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3076,9 +3076,16 @@ (define-public python-ndcube (build-system pyproject-build-system) (arguments (list - ;; Break cycle: python-ndcube -> python-specutils -> python-ndcube, see - ;; . - #:test-flags #~(list "-k" "not test_rebin_specutils") + #:test-flags + #~(list "-k" (string-append + ;; Break cycle: python-ndcube -> python-specutils -> + ;; python-ndcube, see + ;; . + "not test_rebin_specutils" + ;; Introduced with astropy 6.1.3, see + ;; . + " and not test_2d[celestial_2d_ape14_wcs]" + " and not test_2d[celestial_2d_fitswcs]")) #:phases #~(modify-phases %standard-phases (add-after 'unpack 'break-cycle