diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index f8274e7a59..54b8e66931 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -569,7 +569,13 @@ Main features: (arguments (list #:test-flags - '(list "--ignore-glob=examples/*") + '(list "--ignore-glob=examples/*" + ;; Disable tests which are not compatible with Astropy 6.0.0, see + ;; . + "--ignore=astroML/density_estimation/tests/test_bayesian_blocks.py" + "--ignore=astroML/density_estimation/tests/test_bayesian_blocks.py" + "--ignore=astroML/density_estimation/tests/test_hist_binwidth.py" + "--ignore=astroML/density_estimation/tests/test_hist_binwidth.py") #:phases '(modify-phases %standard-phases (add-after 'unpack 'patch-build-system