mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
gnu: python-skyfield: Fix tests.
* gnu/packages/astronomy.scm (python-skyfield): [native-inputs]: Add nss-certs-for-test. Change-Id: Icbc77778b6095a14d6b5ecb18232a09a2fa6ab25
This commit is contained in:
parent
5bc1fff8f1
commit
a457e174fb
1 changed files with 4 additions and 1 deletions
|
@ -38,6 +38,7 @@ (define-module (gnu packages astronomy)
|
|||
#:use-module (gnu packages bash)
|
||||
#:use-module (gnu packages bison)
|
||||
#:use-module (gnu packages boost)
|
||||
#:use-module (gnu packages certs)
|
||||
#:use-module (gnu packages check)
|
||||
#:use-module (gnu packages cmake)
|
||||
#:use-module (gnu packages compression)
|
||||
|
@ -5796,7 +5797,9 @@ (define-public python-skyfield
|
|||
(with-directory-excursion "ci"
|
||||
(apply invoke "python" test-flags))))))))
|
||||
(native-inputs
|
||||
(list python-assay python-pandas))
|
||||
(list nss-certs-for-test
|
||||
python-assay
|
||||
python-pandas))
|
||||
(propagated-inputs
|
||||
(list python-certifi
|
||||
python-jplephem
|
||||
|
|
Loading…
Reference in a new issue