mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: python-pyvo: Disable a failing test.
* gnu/packages/astronomy.scm (python-pyvo) [arguments]: <#:test-flags>: Disable one failing test. Change-Id: I662a08126991c7db1f37d9ae04160f5a926d443f Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
6ceb7fadc3
commit
e0a7486709
1 changed files with 5 additions and 0 deletions
|
@ -2709,6 +2709,11 @@ (define-public python-pyvo
|
|||
(sha256
|
||||
(base32 "0cm6agaf1gvc5bi95wx6a70ngj9vn95rx78fs59vlrmpww7q2807"))))
|
||||
(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