mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: Remove python-coverage native-input from some packages.
Remove python-coverage from [native-inputs] in the following packages as not required for build/tests/install: * gnu/packages/check.scm: (python-pytest-flakes) * gnu/packages/cpp.scm: (cpplint) * gnu/packages/jupyter.scm: (python-nbclassic) * gnu/packages/machine-learning.scm (onnx, python-pytorch-lightning) (python-torchmetrics) * gnu/packages/openstack.scm: (python-hacking) * gnu/packages/python-xyz.scm: (python-lsp-jsonrpc, python-nodeenv) * gnu/packages/simulation.scm: (python-dolfin-adjoint) * gnu/packages/version-control.scm: (pre-commit) Change-Id: I2c5e14f4aa28906ceee054c857e6abeeb122ad52 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
0aff495978
commit
cc77904140
8 changed files with 6 additions and 16 deletions
|
|
@ -2987,7 +2987,7 @@ each of the environments.")
|
|||
#:test-flags
|
||||
'(list "-k" "not test_syntax_error")))
|
||||
(native-inputs
|
||||
(list python-coverage python-pytest python-setuptools python-wheel))
|
||||
(list python-pytest python-setuptools python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-pyflakes))
|
||||
(home-page "https://github.com/fschulze/pytest-flakes")
|
||||
|
|
|
|||
|
|
@ -1929,8 +1929,7 @@ using the string similarity calculations from FuzzyWuzzy.")
|
|||
(setenv "GUIX_PYTHONPATH"
|
||||
(getenv "TMP_PYTHONPATH")))))))
|
||||
(native-inputs
|
||||
(list python-coverage
|
||||
python-parameterized
|
||||
(list python-parameterized
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
python-pytest-runner
|
||||
|
|
|
|||
|
|
@ -293,8 +293,7 @@ Jupytext are:
|
|||
python-terminado
|
||||
python-tornado-6
|
||||
python-traitlets))
|
||||
(native-inputs (list python-coverage
|
||||
python-nbval
|
||||
(native-inputs (list python-nbval
|
||||
python-jupyter-packaging
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
|
|
|
|||
|
|
@ -1947,7 +1947,6 @@ model packaging, deployment and workflow management.")
|
|||
(list cmake-minimal
|
||||
googletest
|
||||
pybind11
|
||||
python-coverage
|
||||
python-fb-re2
|
||||
python-parameterized
|
||||
python-pytest
|
||||
|
|
@ -5652,7 +5651,6 @@ feedback.")
|
|||
(native-inputs
|
||||
(list python-aiohttp
|
||||
python-cloudpickle
|
||||
python-coverage
|
||||
python-flaky
|
||||
python-pympler
|
||||
python-pytest
|
||||
|
|
@ -5691,7 +5689,6 @@ PyTorch code to decouple the science from the engineering.")
|
|||
python-lightning-utilities))
|
||||
(native-inputs
|
||||
(list python-cloudpickle
|
||||
python-coverage
|
||||
python-fire
|
||||
python-mir-eval
|
||||
python-mypy
|
||||
|
|
|
|||
|
|
@ -157,8 +157,7 @@ manner.")
|
|||
(propagated-inputs
|
||||
(list python-flake8))
|
||||
(native-inputs
|
||||
(list python-coverage
|
||||
python-ddt
|
||||
(list python-ddt
|
||||
python-eventlet
|
||||
python-fixtures
|
||||
python-setuptools
|
||||
|
|
|
|||
|
|
@ -10182,8 +10182,7 @@ which can produce feeds in RSS 2.0, RSS 0.91, and Atom formats.")
|
|||
"04n95h0cqnsrdyh1gv0abh2i5ynyrq2wfqpppx9djp7mxr9y9226"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-coverage
|
||||
python-pycodestyle
|
||||
(list python-pycodestyle
|
||||
python-pyflakes
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
|
|
@ -26953,8 +26952,7 @@ identifying what the file is.")
|
|||
"not test_smoke"
|
||||
" and not test_smoke_n_system_special_chars"))))
|
||||
(native-inputs
|
||||
(list python-coverage
|
||||
python-mock
|
||||
(list python-mock
|
||||
python-pytest
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
|
|
|
|||
|
|
@ -1504,7 +1504,6 @@ counters and tunnels).")
|
|||
(list fenics openmpi pybind11))
|
||||
(native-inputs
|
||||
(list pkg-config
|
||||
python-coverage
|
||||
python-decorator
|
||||
python-pkgconfig
|
||||
python-pytest
|
||||
|
|
|
|||
|
|
@ -2668,7 +2668,6 @@ visualize your public Git repositories on a web interface.")
|
|||
(native-inputs
|
||||
(list git-minimal/pinned
|
||||
python-covdefaults
|
||||
python-coverage
|
||||
python-distlib
|
||||
python-pytest
|
||||
python-pytest-env
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue