guix_mirror_bot pushed a commit to branch master
in repository guix.
commit ec60ac2d0623d8ace0186d82ce87a9901eaf58b3
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 29 20:59:06 2026 +0000
gnu: python-gw-sky: Reduce closure size, skip one test.
* gnu/packages/astronomy.scm (python-gw-sky):
[arguments] <test-flags>: Skip one of two tests.
[native-inputs]: Remove jupyter, python-nbconvert, and python-wheel.
Change-Id: I6acc742e010c372c36bc4909bb790b50f04c3ba2
---
gnu/packages/astronomy.scm | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 4394012640..3b6e4862ce 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5551,13 +5551,19 @@ and a 3D volume rendering viewer.")
(sha256
(base32 "0k2qgy6d443lgxb140w70q078hclaf2c1jl85czkzkmz77yiiblc"))))
(build-system pyproject-build-system)
+ (arguments
+ (list
+ #:test-flags
+ ;; See: <https://github.com/Hazboun6/gw_sky/issues/2>.
+ ;;
+ ;; 0.1.0 was released in 2023 and might be not compatible with some
+ ;; function in Jupyter: subprocess.CalledProcessError: Command
+ ;; '['jupyter', 'nbconvert', <...>
+ #~(list "--deselect=tests/test_notebooks.py::test_pta_smbbh")))
(native-inputs
- (list jupyter
- python-pytest
+ (list python-pytest
python-healpy
- python-nbconvert
- python-setuptools
- python-wheel))
+ python-setuptools))
(propagated-inputs
(list python-astropy
python-matplotlib