guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ed311b5cfd5b4ab0bfb9dfeccc0029545bdc0823
Author: Hartmut Goebel <[email protected]>
AuthorDate: Sun Oct 19 10:30:50 2025 +0200

    gnu: python-hatch-jupyter-builder: Remove development inputs.
    
    * gnu/packages/jupyter.scm (python-hatch-jupyter-builder):
    [native-inputs]: Remove python-pytest-cov and python-twine.
    
    Change-Id: I8889de1b3015c03c5f03cd3c2233007fdb97b7fb
---
 gnu/packages/jupyter.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index efeea491a0..ec0f7872d7 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -761,10 +761,8 @@ JavaScript build steps.")
      (list #:test-flags '(list "-k" "not test_hatch_build")))
     (propagated-inputs (list python-hatchling))
     (native-inputs (list python-pytest
-                         python-pytest-cov
                          python-pytest-mock
-                         python-tomli
-                         python-twine))
+                         python-tomli))
     (home-page "https://github.com/jupyterlab/hatch-jupyter-builder";)
     (synopsis "Hatch plugin to help build Jupyter packages")
     (description

Reply via email to