mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-astrocut: Update to 1.1.0.
* gnu/packages/astronomy.scm (python-astrocut): Update to 1.1.0. [arguments] <test-flags>: Skip one more test. Change-Id: I6a88a8b1ef9c4426061d2da42e3332acacd235a1
This commit is contained in:
parent
250b9dbf19
commit
6d22d8a0f0
1 changed files with 8 additions and 3 deletions
|
@ -2406,13 +2406,13 @@ astronomical images, especially when there is no WCS information available.")
|
||||||
(define-public python-astrocut
|
(define-public python-astrocut
|
||||||
(package
|
(package
|
||||||
(name "python-astrocut")
|
(name "python-astrocut")
|
||||||
(version "1.0.1")
|
(version "1.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "astrocut" version))
|
(uri (pypi-uri "astrocut" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "14m713y90zj3v5hhlmq79cslqlr8dz8y3zyk454qda01fkcj6za7"))))
|
(base32 "1i8cpghk31cds9ipgap2ffws7jqy0smgk6w6kihxwpcw34jkr8h4"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -2437,7 +2437,12 @@ astronomical images, especially when there is no WCS information available.")
|
||||||
"test_tess_footprint_cutout_write_as_tpf"
|
"test_tess_footprint_cutout_write_as_tpf"
|
||||||
;; Some NumPy compatability errors during tests.
|
;; Some NumPy compatability errors during tests.
|
||||||
"test_get_cutout_limits"
|
"test_get_cutout_limits"
|
||||||
"test_get_cutout_wcs")
|
"test_get_cutout_wcs"
|
||||||
|
;; botocore.exceptions.EndpointConnectionError:
|
||||||
|
;; Could not connect to the endpoint URL:
|
||||||
|
;; "https://stpubdata.s3.amazonaws.com/tess/public/\
|
||||||
|
;; footprints/tess_ffi_footprint_cache.json"
|
||||||
|
"test_tess_footprint_cutout")
|
||||||
" and not "))
|
" and not "))
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue