diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-02-25 23:37:14 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:35 +0100 |
| commit | fbaf9c22a0128bf81fd62e678984b4eb46064571 (patch) | |
| tree | b528b4609a95bd89a5aaa3f28be8ae5346e8b40a /gnu | |
| parent | 015bc199ef39310330f97b972a9d0058296766a6 (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/check.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/cpp.scm | 3 | ||||
| -rw-r--r-- | gnu/packages/jupyter.scm | 3 | ||||
| -rw-r--r-- | gnu/packages/machine-learning.scm | 3 | ||||
| -rw-r--r-- | gnu/packages/openstack.scm | 3 | ||||
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 | ||||
| -rw-r--r-- | gnu/packages/simulation.scm | 1 | ||||
| -rw-r--r-- | gnu/packages/version-control.scm | 1 |
8 files changed, 6 insertions, 16 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index e78f93da465..273d461d8fb 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm | |||
| @@ -2987,7 +2987,7 @@ each of the environments.") | |||
| 2987 | #:test-flags | 2987 | #:test-flags |
| 2988 | '(list "-k" "not test_syntax_error"))) | 2988 | '(list "-k" "not test_syntax_error"))) |
| 2989 | (native-inputs | 2989 | (native-inputs |
| 2990 | (list python-coverage python-pytest python-setuptools python-wheel)) | 2990 | (list python-pytest python-setuptools python-wheel)) |
| 2991 | (propagated-inputs | 2991 | (propagated-inputs |
| 2992 | (list python-pyflakes)) | 2992 | (list python-pyflakes)) |
| 2993 | (home-page "https://github.com/fschulze/pytest-flakes") | 2993 | (home-page "https://github.com/fschulze/pytest-flakes") |
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index b89c075aa8f..dc5c50f093b 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm | |||
| @@ -1959,8 +1959,7 @@ using the string similarity calculations from FuzzyWuzzy.") | |||
| 1959 | (setenv "GUIX_PYTHONPATH" | 1959 | (setenv "GUIX_PYTHONPATH" |
| 1960 | (getenv "TMP_PYTHONPATH"))))))) | 1960 | (getenv "TMP_PYTHONPATH"))))))) |
| 1961 | (native-inputs | 1961 | (native-inputs |
| 1962 | (list python-coverage | 1962 | (list python-parameterized |
| 1963 | python-parameterized | ||
| 1964 | python-pytest | 1963 | python-pytest |
| 1965 | python-pytest-cov | 1964 | python-pytest-cov |
| 1966 | python-pytest-runner | 1965 | python-pytest-runner |
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm index 6b5230e0ca3..0be149789a8 100644 --- a/gnu/packages/jupyter.scm +++ b/gnu/packages/jupyter.scm | |||
| @@ -293,8 +293,7 @@ Jupytext are: | |||
| 293 | python-terminado | 293 | python-terminado |
| 294 | python-tornado-6 | 294 | python-tornado-6 |
| 295 | python-traitlets)) | 295 | python-traitlets)) |
| 296 | (native-inputs (list python-coverage | 296 | (native-inputs (list python-nbval |
| 297 | python-nbval | ||
| 298 | python-jupyter-packaging | 297 | python-jupyter-packaging |
| 299 | python-pytest | 298 | python-pytest |
| 300 | python-pytest-cov | 299 | python-pytest-cov |
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 3aa93c94436..eb16b8641a1 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm | |||
| @@ -2088,7 +2088,6 @@ parts of speech and entities, do syntactic analysis, and more.") | |||
| 2088 | (list cmake-minimal | 2088 | (list cmake-minimal |
| 2089 | googletest | 2089 | googletest |
| 2090 | pybind11 | 2090 | pybind11 |
| 2091 | python-coverage | ||
| 2092 | python-fb-re2 | 2091 | python-fb-re2 |
| 2093 | python-parameterized | 2092 | python-parameterized |
| 2094 | python-pytest | 2093 | python-pytest |
| @@ -5800,7 +5799,6 @@ feedback.") | |||
| 5800 | (native-inputs | 5799 | (native-inputs |
| 5801 | (list python-aiohttp | 5800 | (list python-aiohttp |
| 5802 | python-cloudpickle | 5801 | python-cloudpickle |
| 5803 | python-coverage | ||
| 5804 | python-flaky | 5802 | python-flaky |
| 5805 | python-pympler | 5803 | python-pympler |
| 5806 | python-pytest | 5804 | python-pytest |
| @@ -5839,7 +5837,6 @@ PyTorch code to decouple the science from the engineering.") | |||
| 5839 | python-lightning-utilities)) | 5837 | python-lightning-utilities)) |
| 5840 | (native-inputs | 5838 | (native-inputs |
| 5841 | (list python-cloudpickle | 5839 | (list python-cloudpickle |
| 5842 | python-coverage | ||
| 5843 | python-fire | 5840 | python-fire |
| 5844 | python-mir-eval | 5841 | python-mir-eval |
| 5845 | python-mypy | 5842 | python-mypy |
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 8a5b0d62ccc..359880fcbff 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm | |||
| @@ -157,8 +157,7 @@ manner.") | |||
| 157 | (propagated-inputs | 157 | (propagated-inputs |
| 158 | (list python-flake8)) | 158 | (list python-flake8)) |
| 159 | (native-inputs | 159 | (native-inputs |
| 160 | (list python-coverage | 160 | (list python-ddt |
| 161 | python-ddt | ||
| 162 | python-eventlet | 161 | python-eventlet |
| 163 | python-fixtures | 162 | python-fixtures |
| 164 | python-setuptools | 163 | python-setuptools |
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 01b55b39870..89898bb315b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -10211,8 +10211,7 @@ which can produce feeds in RSS 2.0, RSS 0.91, and Atom formats.") | |||
| 10211 | "04n95h0cqnsrdyh1gv0abh2i5ynyrq2wfqpppx9djp7mxr9y9226")))) | 10211 | "04n95h0cqnsrdyh1gv0abh2i5ynyrq2wfqpppx9djp7mxr9y9226")))) |
| 10212 | (build-system pyproject-build-system) | 10212 | (build-system pyproject-build-system) |
| 10213 | (native-inputs | 10213 | (native-inputs |
| 10214 | (list python-coverage | 10214 | (list python-pycodestyle |
| 10215 | python-pycodestyle | ||
| 10216 | python-pyflakes | 10215 | python-pyflakes |
| 10217 | python-pytest | 10216 | python-pytest |
| 10218 | python-pytest-cov | 10217 | python-pytest-cov |
| @@ -27101,8 +27100,7 @@ identifying what the file is.") | |||
| 27101 | "not test_smoke" | 27100 | "not test_smoke" |
| 27102 | " and not test_smoke_n_system_special_chars")))) | 27101 | " and not test_smoke_n_system_special_chars")))) |
| 27103 | (native-inputs | 27102 | (native-inputs |
| 27104 | (list python-coverage | 27103 | (list python-mock |
| 27105 | python-mock | ||
| 27106 | python-pytest | 27104 | python-pytest |
| 27107 | python-setuptools | 27105 | python-setuptools |
| 27108 | python-wheel)) | 27106 | python-wheel)) |
diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm index 46ce486d4dc..5c3c1ac7320 100644 --- a/gnu/packages/simulation.scm +++ b/gnu/packages/simulation.scm | |||
| @@ -1504,7 +1504,6 @@ counters and tunnels).") | |||
| 1504 | (list fenics openmpi pybind11)) | 1504 | (list fenics openmpi pybind11)) |
| 1505 | (native-inputs | 1505 | (native-inputs |
| 1506 | (list pkg-config | 1506 | (list pkg-config |
| 1507 | python-coverage | ||
| 1508 | python-decorator | 1507 | python-decorator |
| 1509 | python-pkgconfig | 1508 | python-pkgconfig |
| 1510 | python-pytest | 1509 | python-pytest |
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 544c7a5d3d9..9008f6ee06e 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm | |||
| @@ -2673,7 +2673,6 @@ visualize your public Git repositories on a web interface.") | |||
| 2673 | (native-inputs | 2673 | (native-inputs |
| 2674 | (list git-minimal/pinned | 2674 | (list git-minimal/pinned |
| 2675 | python-covdefaults | 2675 | python-covdefaults |
| 2676 | python-coverage | ||
| 2677 | python-distlib | 2676 | python-distlib |
| 2678 | python-pytest | 2677 | python-pytest |
| 2679 | python-pytest-env | 2678 | python-pytest-env |
