mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: python-pyvo: Update to 1.5.2.
* gnu/packages/astronomy.scm (python-pyvo): Update to 1.5.2. [arguments]: <#:test-flags>: Remove test constrains as the issue was resolved upstream. Change-Id: I6a4e7ac339786b42792970198023a406dd2db0e5
This commit is contained in:
parent
ced6801627
commit
dc9a060734
1 changed files with 2 additions and 7 deletions
|
@ -2696,19 +2696,14 @@ (define-public python-pyavm
|
|||
(define-public python-pyvo
|
||||
(package
|
||||
(name "python-pyvo")
|
||||
(version "1.5.1")
|
||||
(version "1.5.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pyvo" version))
|
||||
(sha256
|
||||
(base32 "0cm6agaf1gvc5bi95wx6a70ngj9vn95rx78fs59vlrmpww7q2807"))))
|
||||
(base32 "0wcg3jhfwjd9gqs74mw63sgi1yhmgljx1bwk3mxn0p6fv924r8mq"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; Disable one failing test, see
|
||||
;; <https://github.com/astropy/pyvo/issues/547>.
|
||||
#:test-flags #~(list "-k" "not test_single_table_description")))
|
||||
(native-inputs
|
||||
(list python-pytest-astropy python-requests-mock python-setuptools-scm))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue