diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-16 15:19:25 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:19:41 +0100 |
| commit | 7e351da8efc750d4d21214dcee8a265edb6c0ead (patch) | |
| tree | a3ecba19697a3f76c570dc52cb0bab7e0bb4c193 | |
| parent | c76fbf401dfb84c117d8fd73ee67708e30df6f2c (diff) | |
gnu: python-pynbody: Use python-ipython-minimal for tests.
* gnu/packages/astronomy.scm (python-pynbody)[native-inputs]: Remove
python-ipython; add python-ipython-minimal.
Change-Id: I2a87ff21b94cff7b3b3b2eb5c150b362fadede60
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
| -rw-r--r-- | gnu/packages/astronomy.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 3758d630e8e..1539a73e04c 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -7429,7 +7429,7 @@ and Sensitivities.") (setenv "HOME" "/tmp")))))) (native-inputs (list python-cython - python-ipython + python-ipython-minimal python-pandas python-pytest python-setuptools)) |
