mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -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"))))
|
(base32 "1zixzv4n2fryaszsfchqh2nvp0gzvarhz03fc721yw6iafdadqij"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; NOTE: (Sharlatan-20211229T201059+0000): Tests depend on astropy and
|
;; FIXME: Tests fail a lot with
|
||||||
;; gwcs, astropy gwcs depend on asdf. Disable circular dependence.
|
;;
|
||||||
|
;; ERROR - _pytest.pathlib.ImportPathMismatchError:
|
||||||
|
;; ('asdf.conftest', '/gnu/sto...
|
||||||
|
;;
|
||||||
`(#:tests? #f))
|
`(#:tests? #f))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-astropy
|
(list python-astropy
|
||||||
|
|
Loading…
Reference in a new issue