[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72741] [PATCH 32/32] gnu: python-sunkit-image: Disable more failing
From: |
Sharlatan Hellseher |
Subject: |
[bug#72741] [PATCH 32/32] gnu: python-sunkit-image: Disable more failing tests. |
Date: |
Wed, 21 Aug 2024 01:03:34 +0100 |
* gnu/packages/astronomy.scm (python-sunkit-image) [arguments]
<#:test-flags>: Disable 2 more failing tests.
Change-Id: Id42ab4da383120eda01e4b025e5df6af8d3ae528
---
gnu/packages/astronomy.scm | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 11c0ca306e..5c43d43f12 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1574,13 +1574,17 @@ (define-public python-sunkit-image
(arguments
(list
;; XXX: Check with upstram: assert False.
- #:test-flags #~(list "-k" "not test_fnrgf")
+ #:test-flags
+ #~(list "-k" (string-append
+ "not test_fnrgf"
+ " and not test_calculate_solar_rotate_shift"
+ " and not test_mapsequence_solar_derotate"))
#:phases
#~(modify-phases %standard-phases
- (add-before 'check 'set-home
- (lambda _
- ;; For tests: Permission denied: '/homeless-shelter'
- (setenv "HOME" "/tmp"))))))
+ (add-before 'check 'set-home
+ (lambda _
+ ;; For tests: Permission denied: '/homeless-shelter'
+ (setenv "HOME" "/tmp"))))))
(propagated-inputs
(list python-astropy
python-matplotlib
--
2.41.0
- [bug#72741] [PATCH 15/32] gnu: python-reproject: Update to 0.14.0., (continued)
- [bug#72741] [PATCH 15/32] gnu: python-reproject: Update to 0.14.0., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 16/32] gnu: python-roman-datamodels: Update to 0.21.0., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 21/32] gnu: python-stpipe: Update to 0.7.0., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 22/32] gnu: python-sunpy: Update to 6.0.1., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 27/32] gnu: Add python-glue-astronomy., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 28/32] gnu: Add python-pvextractor., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 18/32] gnu: python-shapely: Update to 2.0.5., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 30/32] gnu: Add python-sunkit-image., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 25/32] gnu: Add python-pyxsim., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 29/32] gnu: Add python-glue-qt., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 32/32] gnu: python-sunkit-image: Disable more failing tests.,
Sharlatan Hellseher <=
- [bug#72741] [PATCH 19/32] gnu: python-shapely: Adjust home page., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 31/32] gnu: Add python-zodipy., Sharlatan Hellseher, 2024/08/20
- bug#72741: [PATCH 00/32] Astronomy update 2024/08., Sharlatan Hellseher, 2024/08/27