mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: python-astropy: Fix tests.
* gnu/packages/astronomy.scm (python-astropy) [native-inputs]: Add nss-certs-for-test. Change-Id: I20a175daaa938b5553278be6c2abf4ea2d220411
This commit is contained in:
parent
bd28e27333
commit
934a2e8112
1 changed files with 2 additions and 1 deletions
|
@ -2217,7 +2217,8 @@ (define-public python-astropy
|
||||||
(with-directory-excursion "/tmp"
|
(with-directory-excursion "/tmp"
|
||||||
(apply invoke "pytest" "-v" test-flags))))))))
|
(apply invoke "pytest" "-v" test-flags))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config
|
(list nss-certs-for-test
|
||||||
|
pkg-config
|
||||||
python-colorlog
|
python-colorlog
|
||||||
python-coverage
|
python-coverage
|
||||||
python-cython-3
|
python-cython-3
|
||||||
|
|
Loading…
Reference in a new issue