summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2026-02-13 09:39:01 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-13 09:55:34 +0000
commitb9dd5b895319408cd7c5942a5d50eb50a93a885e (patch)
treea5a3b4765f4449b583e5a8bdce2c260172bfb287 /gnu/packages
parent6b682e5e5527ca6668495823083d7b0f801cb420 (diff)
gnu: python-ipykernel-6: Fix build.
* gnu/packages/jupyter.scm (python-ipykernel-6): Fix build. [native-inputs]: Remove python-pytest; add python-pytest-8. [propagated-inputs]: Remove python-tornado-6; add python-tornado. Fixes: guix/guix#6366 Merges: https://codeberg.org/guix/guix/pulls/6368 Change-Id: I2ccbbba6d7921a3903c5cbefe9916b2d0d77d4b6 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/jupyter.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index c81d1e56cdf..185e5c6088f 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -220,7 +220,7 @@ simulation, statistical modeling, machine learning and much more.")
(list python-flaky
python-hatchling
python-ipyparallel-bootstrap
- python-pytest
+ python-pytest-8
python-pytest-asyncio-0.26 ;some tests fail with v1
python-pytest-timeout))
(inputs (list python)) ;for cross compilation
@@ -235,7 +235,7 @@ simulation, statistical modeling, machine learning and much more.")
python-packaging
python-psutil
python-pyzmq
- python-tornado-6
+ python-tornado
python-traitlets))
(home-page "https://ipython.org")
(synopsis "IPython Kernel for Jupyter")