[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
- [bug#73915] [PATCH 29/42] gnu: Add python-astrodendro., (continued)
- [bug#73915] [PATCH 29/42] gnu: Add python-astrodendro., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 26/42] gnu: python-tweakwcs: Update to 0.8.9., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 34/42] gnu: Add python-getdist., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 32/42] gnu: Add python-pysiril., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 31/42] gnu: Add python-hsluv., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 36/42] gnu: Add python-acstools., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 37/42] gnu: Add python-pycollada., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 35/42] gnu: Add python-coolest., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 39/42] gnu: Add iraf-community., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 28/42] gnu: python-pytest-mpl: Adjust inputs., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 42/42] gnu: python-webbpsf: Disable more failing tests.,
Sharlatan Hellseher <=
- [bug#73915] [PATCH 40/42] gnu: Add python-halotools., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 33/42] gnu: Add python-sirilic., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 41/42] gnu: python-statmorph: Skip failing tests., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 38/42] gnu: Add python-pymcubes., Sharlatan Hellseher, 2024/10/20
- bug#73915: [PATCH 00/42] Astronomy update 2024/10, Sharlatan Hellseher, 2024/10/30