mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-astroquery: Update to 0.4.10.
* gnu/packages/astronomy.scm (python-astroquery): Update to 0.4.10. [arguments] <test-flags>: Skip 4 more failing tests. Change-Id: I5510ac1d5eeaad837b7869b2be7b51af8ae62db2
This commit is contained in:
parent
3e9fc82126
commit
00e45c5e68
1 changed files with 13 additions and 6 deletions
|
@ -2495,13 +2495,13 @@ celestial-to-terrestrial coordinate transformations.")
|
|||
(define-public python-astroquery
|
||||
(package
|
||||
(name "python-astroquery")
|
||||
(version "0.4.9.post1")
|
||||
(version "0.4.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "astroquery" version))
|
||||
(sha256
|
||||
(base32 "15viynwq96gyb12q894fi2j4jlzmba3lk86l469ixmrnj3qnn4aw"))))
|
||||
(base32 "01m4sp35vgyc816gyvvajah3pa6sa0w15hzv80bn93ipvblr3kga"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -2511,10 +2511,17 @@ celestial-to-terrestrial coordinate transformations.")
|
|||
;; Some tests failed with parallel run, see
|
||||
;; <https://github.com/astropy/astroquery/issues/2968>.
|
||||
;; "-n" "auto"
|
||||
"-k" (string-append
|
||||
;; Failed: DID NOT RAISE <class
|
||||
;; 'astropy.utils.exceptions.AstropyDeprecationWarning'>
|
||||
"not test_raises_deprecation_warning"))
|
||||
"-k" (string-join
|
||||
(list
|
||||
;; Failed: DID NOT RAISE <class
|
||||
;; 'astropy.utils.exceptions.AstropyDeprecationWarning'>
|
||||
"not test_raises_deprecation_warning"
|
||||
;; E fixture 'tmp_cwd' not found
|
||||
"test_download_cache"
|
||||
"test_download_local"
|
||||
"test_download_table"
|
||||
"test_read_uncompressed")
|
||||
" and not "))
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue