mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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
This commit is contained in:
parent
3654e8e9f0
commit
ed311b5cfd
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue