guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit b78f548cf1bc4bc15b7d886c9eeac69098cba1db
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Mar 14 22:24:52 2026 +0000

    gnu: python-notebook: Reduce closure size.
    
    * gnu/packages/jupyter.scm (python-notebook)[native-inputs]: Remove
    python-coverage, python-pytest-cov, and python-wheel.
    
    Change-Id: I4cddfe84a40440dc8d052885e5d0d4539b97da76
---
 gnu/packages/jupyter.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index 3b7d04d75d..5ad3294222 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -437,15 +437,12 @@ the namespace @code{/nbclassic/}.")
            python-tornado
            python-traitlets))
     (native-inputs
-     (list python-coverage
-           python-jupyter-server
+     (list python-jupyter-server
            python-nbval
            python-pytest
-           python-pytest-cov
            python-requests
            python-requests-unixsocket2
-           python-setuptools
-           python-wheel))
+           python-setuptools))
     (home-page "https://jupyter.org/";)
     (synopsis "Web-based notebook environment for interactive computing")
     (description

Reply via email to