guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#73915] [PATCH 42/42] gnu: python-webbpsf: Disable more failing test


From: Sharlatan Hellseher
Subject: [bug#73915] [PATCH 42/42] gnu: python-webbpsf: Disable more failing tests.
Date: Sun, 20 Oct 2024 20:52:44 +0100

* 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(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 5178bc4bf7..eea58b35b6 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6491,7 +6491,10 @@ (define-public python-webbpsf
                     ;; 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
-- 
2.46.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]