summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-web.scm1
-rw-r--r--gnu/packages/python-xyz.scm3
-rw-r--r--gnu/packages/version-control.scm1
3 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index ff5571c3fb8..be115b2d5c9 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 8b4c950eeed..7aeec95ff39 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21928,8 +21928,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 9008f6ee06e..15163d05831 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2672,7 +2672,6 @@ visualize your public Git repositories on a web interface.")
(invoke "git" "config" "--global" "user.email" "you@example.com"))))))
(native-inputs
(list git-minimal/pinned
- python-covdefaults
python-distlib
python-pytest
python-pytest-env