mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: python-astroquery: Fix tests.
* gnu/packages/astronomy.scm (python-astroquery) [native-inputs]: Add nss-certs-for-test. Change-Id: I4288b50ed37313bd4577b790a2f0939df696b747
This commit is contained in:
parent
934a2e8112
commit
4b7bb05c29
1 changed files with 2 additions and 1 deletions
|
@ -2462,7 +2462,8 @@ (define-public python-astroquery
|
||||||
python-pyvo
|
python-pyvo
|
||||||
python-requests))
|
python-requests))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-astropy-healpix
|
(list nss-certs-for-test
|
||||||
|
python-astropy-healpix
|
||||||
python-matplotlib
|
python-matplotlib
|
||||||
;; python-mocpy : Not packed yet, optional
|
;; python-mocpy : Not packed yet, optional
|
||||||
python-pytest-astropy
|
python-pytest-astropy
|
||||||
|
|
Loading…
Reference in a new issue