diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-19 01:09:43 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-28 22:07:03 +0000 |
| commit | 38d1971524d1ceae94232721e8fee6ec0cbd3763 (patch) | |
| tree | 8b09373b020d63f80e696f1a6219118079da6073 /gnu | |
| parent | 11a558ff4cdb8f9ba71531be1b40af2ade6daa61 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index f318a8605b3..3a9205bbef4 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -10188,17 +10188,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 @@ -10218,6 +10218,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" @@ -10232,6 +10233,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" |
