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:
Nicolas Graves 2025-02-25 23:37:14 +01:00 committed by Andreas Enge
parent 0aff495978
commit cc77904140
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3
8 changed files with 6 additions and 16 deletions

View file

@ -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")

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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))

View file

@ -1504,7 +1504,6 @@ counters and tunnels).")
(list fenics openmpi pybind11))
(native-inputs
(list pkg-config
python-coverage
python-decorator
python-pkgconfig
python-pytest

View file

@ -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