From 223839b61417cdde790768db55932b8c91b895ae Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 20 Oct 2024 17:36:38 +0100 Subject: gnu: python-webbpsf: Disable more failing tests. * gnu/packages/astronomy.scm (python-webbpsf) [arguments] <#:test-flags>: Disable more failing tests, requiring a fresh version of NumPy. Change-Id: Id7b66181b3f9a70b3491b5fc927026c230f99d59 --- gnu/packages/astronomy.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index ac40124dfa..35de70ac14 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -6511,7 +6511,10 @@ between image and reference catalogs. Currently only aligning images with ;; Test requiring network access "not test_monthly_trending_plot_auto_opdtable" " and not test_monthly_trending_plot_opdtable_param" - " and not test_delta_wfe_around_time")) + " and not test_delta_wfe_around_time" + ;; Newer NumPy is required + " and not test_nircam_errors" + " and not test_all_detectors")) #:phases #~(modify-phases %standard-phases (add-before 'check 'set-env -- cgit v1.2.3