guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 937012ec6dbe9b278a93a25d79848ed51e626f75
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Dec 16 15:09:26 2025 +0000
gnu: python-notebook: Skip one test.
* gnu/packages/jupyter.scm (python-notebook): Skip one test.
Change-Id: I37b420120395924c524f1936723e2a2c6228761d
---
gnu/packages/jupyter.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index 895c84f159..d9574f7120 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -314,6 +314,8 @@ the namespace @code{/nbclassic/}.")
(define-public python-notebook
(package
(name "python-notebook")
+ ;; XXX: Newer version requires Jupyterlab, see:
+ ;; <https://codeberg.org/guix/guix/pulls/2073>.
(version "6.5.7")
(source (origin
(method url-fetch)
@@ -335,7 +337,10 @@ the namespace @code{/nbclassic/}.")
" and not test_merge_config"
" and not test_load_ordered"
" and not test_list_running_sock_servers"
- " and not test_run")
+ " and not test_run"
+ ;; tornado.simple_httpclient.HTTPTimeoutError: Timeout
+ ;; during request
+ " and not test_connections")
;; These tests require a browser.
"--ignore=notebook/tests/selenium")
#:phases