mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: python-asdf: Update comment about tests.
* gnu/packages/astronomy (python-asdf)[arguments]: Update comment about the disabled tests. python-astropy does not depends on python-asdf any longer but test keep failing due to multiple reasons. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
f1a7edd584
commit
7fa631f8e3
1 changed files with 5 additions and 2 deletions
|
@ -1968,8 +1968,11 @@ (define-public python-asdf
|
|||
(base32 "1zixzv4n2fryaszsfchqh2nvp0gzvarhz03fc721yw6iafdadqij"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
;; NOTE: (Sharlatan-20211229T201059+0000): Tests depend on astropy and
|
||||
;; gwcs, astropy gwcs depend on asdf. Disable circular dependence.
|
||||
;; FIXME: Tests fail a lot with
|
||||
;;
|
||||
;; ERROR - _pytest.pathlib.ImportPathMismatchError:
|
||||
;; ('asdf.conftest', '/gnu/sto...
|
||||
;;
|
||||
`(#:tests? #f))
|
||||
(native-inputs
|
||||
(list python-astropy
|
||||
|
|
Loading…
Reference in a new issue