guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b9dd5b895319408cd7c5942a5d50eb50a93a885e
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Fri Feb 13 09:39:01 2026 +0100
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 <[email protected]>
---
gnu/packages/jupyter.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index c81d1e56cd..185e5c6088 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")