guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit d6b0aea9e72bd0530193026830e5fc432b82e7ee
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 19 01:09:43 2026 +0000
gnu: python-stwcs: Update to 1.7.6.
* gnu/packages/astronomy.scm (python-stwcs): Update to 1.7.6.
[arguments] <tests>: Skip 2 more tests.
Change-Id: I3f1238702f6713a9529172956841b5dd2326e395
---
gnu/packages/astronomy.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 7a2c8975e2..13474f9292 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -10225,17 +10225,17 @@ packages for HST.")
(define-public python-stwcs
(package
(name "python-stwcs")
- (version "1.7.5")
+ (version "1.7.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "stwcs" version))
(sha256
- (base32 "04s5wlw1yvgyrz9ax0akfvikkpfyvfy598rap37jqjy35lgpqmlb"))))
+ (base32 "1yh65ih4k0lpp4m3jbvrmn91an1gv5khka65yhdv5fhghxbj85bx"))))
(build-system pyproject-build-system)
(arguments
(list
- ;; tests: 18 passed, 34 deselected, 1 warning
+ ;; tests: 24 passed, 36 deselected, 1 warning
#:test-flags
#~(list "-k" (string-join
;; XXX: Test requiring network access to download data
@@ -10255,6 +10255,7 @@ packages for HST.")
"test_apply_as_primary_method"
"test_apply_d2im"
"test_db_connection"
+ "test_db_timeout"
"test_default"
"test_new_obs"
"test_no_HDRNAME_no_WCSNAME"
@@ -10269,6 +10270,7 @@ packages for HST.")
"test_restore_headerlet"
"test_simple_sci1"
"test_simple_sci2"
+ "test_success_offsets"
"test_update_d2im_distortion"
"test_update_legacy_file"
"test_update_stis_asn"