guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 2d85e3eca7bb8df0d603e3213f7b5f59da475b8a
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Feb 25 10:23:54 2025 +0100
gnu: Remove python-covdefaults native-input from some packages.
Remove python-covdefaults from [native-inputs] in the following packages as
not
required for build/tests/install:
* gnu/packages/python-xyz.scm (python-pyproject-api)
* gnu/packages/version-control.scm (pre-commit)
Change-Id: I97ac72184393a86c5eabf32a558efc95630f07e3
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-web.scm | 1 -
gnu/packages/python-xyz.scm | 3 +--
gnu/packages/version-control.scm | 1 -
3 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 91a6df00e8..1575ef4357 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -649,7 +649,6 @@ indexes.")
python-typing-extensions))
(native-inputs
(list nss-certs-for-test
- python-covdefaults
python-hatchling
python-hatch-vcs
python-httpx
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 36a936b0ff..2051f1a05c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21890,8 +21890,7 @@ database, file, dict stores. Cachy supports python
versions 2.7+ and 3.2+.")
;; This fails because wheel shows up in requirements
" and not test_setuptools_get_requires_for_build_wheel"))))
(native-inputs
- (list python-covdefaults
- python-hatch-vcs
+ (list python-hatch-vcs
python-hatchling
python-pytest
python-pytest-cov
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 43f6c9013f..c03df90ac7 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2667,7 +2667,6 @@ visualize your public Git repositories on a web
interface.")
(invoke "git" "config" "--global" "user.email"
"[email protected]"))))))
(native-inputs
(list git-minimal/pinned
- python-covdefaults
python-distlib
python-pytest
python-pytest-env