aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-10-20 17:36:38 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-10-30 19:32:19 +0000
commit223839b61417cdde790768db55932b8c91b895ae (patch)
tree2638530a3afda406e08a9bd64f1c2a13f898b87e
parentd26180e52f9192e9ae1b4296702f141d58597c67 (diff)
downloadguix-223839b61417cdde790768db55932b8c91b895ae.tar
guix-223839b61417cdde790768db55932b8c91b895ae.tar.gz
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
-rw-r--r--gnu/packages/astronomy.scm5
1 files changed, 4 insertions, 1 deletions
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