1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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:
Nicolas Graves
2025-02-25 23:37:14 +01:00
committed by Andreas Enge
parent 015bc199ef
commit fbaf9c22a0
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

@@ -1959,8 +1959,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

@@ -2088,7 +2088,6 @@ parts of speech and entities, do syntactic analysis, and more.")
(list cmake-minimal
googletest
pybind11
python-coverage
python-fb-re2
python-parameterized
python-pytest
@@ -5800,7 +5799,6 @@ feedback.")
(native-inputs
(list python-aiohttp
python-cloudpickle
python-coverage
python-flaky
python-pympler
python-pytest
@@ -5839,7 +5837,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

@@ -10211,8 +10211,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
@@ -27101,8 +27100,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

@@ -2673,7 +2673,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