summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-19 23:18:31 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-28 22:07:06 +0000
commit11a65b0cc92ab3d1a32dbb663afd82b780013b84 (patch)
tree7408245fa1a1b32c5be64e237d9c9d768b21ef45 /gnu
parentb51a495d119be85a165a431e5a7874bbd23108b6 (diff)
gnu: python-romancal: Update to 0.22.0.
* gnu/packages/astronomy.scm (python-romancal): Update to 0.22.0. [arguments] <tests?>: Enable. <phases>: Kepp 'sanity-check. Change-Id: Ie00f2d1ce40c5ead5e910dad32d0f29fe1484c8f
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/astronomy.scm27
1 files changed, 16 insertions, 11 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 65492cda540..0b6b65b6f9c 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -8655,7 +8655,7 @@ pipelines.")
(define-public python-romancal
(package
(name "python-romancal")
- (version "0.21.0")
+ (version "0.22.0")
(source
(origin
(method git-fetch)
@@ -8664,12 +8664,11 @@ pipelines.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1gjg7hws03rxa7mlapn4pxyvxckrhlqxj9r5q6qg03bx4d0w1gd3"))))
+ (base32 "1rj1v07hnl7g1qd6fgv9czy1qa6lqfjf0ckbi5ldyy9yji9drhx1"))))
(build-system pyproject-build-system)
(arguments
(list
- ;; tests: 3 skipped, 2 deselected, 1 warning, 37 errors
- #:tests? #f ;XXX: up to the next release.
+ ;; tests: 380 passed, 311 skipped, 18 deselected, 2 warnings
#:test-flags
#~(list "--color=no"
;; Tests requiring calibration data.
@@ -8696,11 +8695,17 @@ pipelines.")
"romancal/source_catalog/tests/test_source_catalog.py"
"romancal/stpipe/tests/test_core.py"))
;; SystemExit: -1
- "-k" "not test_inject_sources and not test_grid_injection")
- #:phases
- #~(modify-phases %standard-phases
- ;; XXX: Up to the next release.
- (delete 'sanity-check))))
+ "-k" (string-join
+ (list "not test_dark_decay"
+ "test_inject_sources"
+ "test_grid_injection"
+ "test_wfi18_transient"
+ "test_wfi18_transient_flat_data"
+ "test_wfi18_transient_wrong_detector"
+ "test_wfi18_transient_too_few_resultants"
+ "test_wfi18_transient_fit_failure"
+ "test_wfi18_transient_save_results")
+ " and not "))))
(native-inputs
(list nss-certs-for-test
python-ci-watson
@@ -8731,9 +8736,9 @@ pipelines.")
python-stpipe
python-stsci-imagestats
python-tweakwcs
- ;; [sdp]
+ ;; [optional]
python-pysiaf
- ;; python-roman-photoz ;not packaged
+ ;; python-roman-photoz ;not packed yet in Guix
python-stpreview))
(home-page "https://github.com/spacetelescope/romancal")
(synopsis "Nancy Grace Roman Space Telescope observations processing library")