From aa11b72f12029bb4f3d0fceef85f5552da715edb Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 18 Sep 2024 13:15:12 +0100 Subject: gnu: python-ndcube: Disable failing tests. * gnu/packages/astronomy.scm (python-ndcube) [arguments]: <#test-flags>: Disable 2 tests failing after python-astropy updated to 6.1.3. Change-Id: I95d07fb5d26dda534afbbe44d5dd9f30ebbf6d09 --- gnu/packages/astronomy.scm | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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 @@ Carlo.") (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 -- cgit v1.2.3