summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-09-17 22:33:08 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-09-17 22:35:02 +0100
commit934a2e81122f02faa491a2a7fa42b9ccfb938e61 (patch)
treebee08059115c7a749333cf667ee648e33293f4b5
parentbd28e2733343dd23e95e63814278b442d7919f07 (diff)
gnu: python-astropy: Fix tests.
* gnu/packages/astronomy.scm (python-astropy) [native-inputs]: Add nss-certs-for-test. Change-Id: I20a175daaa938b5553278be6c2abf4ea2d220411
-rw-r--r--gnu/packages/astronomy.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index aee4bd34b68..28dcb2db0e8 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2217,7 +2217,8 @@ objects.")
2217 (with-directory-excursion "/tmp" 2217 (with-directory-excursion "/tmp"
2218 (apply invoke "pytest" "-v" test-flags)))))))) 2218 (apply invoke "pytest" "-v" test-flags))))))))
2219 (native-inputs 2219 (native-inputs
2220 (list pkg-config 2220 (list nss-certs-for-test
2221 pkg-config
2221 python-colorlog 2222 python-colorlog
2222 python-coverage 2223 python-coverage
2223 python-cython-3 2224 python-cython-3