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

commit 02f7321b83c5e8caa67c2c3736e05b6ec2243d4e
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 9879e4b7b4..d127c07935 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -453,15 +453,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