guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 1e7d6edd6be745b56bb8277557e3d962ea19fcc7
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 28 23:43:29 2025 +0100
gnu: python-watchfiles: Remove coverage inputs.
* gnu/packages/python-xyz.scm (python-watchfiles)[native-inputs]:
Remove python-coverage, python-pytest-cov.
Change-Id: Id7ce71eb87aa032502657bfaf78650ba8c9301f9
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 2 --
1 file changed, 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f979e40fa8..873fe21733 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -40456,10 +40456,8 @@ but portable.")
(append
(list maturin
python-anyio
- python-coverage
python-dirty-equals
python-pytest
- python-pytest-cov
python-pytest-mock
python-pytest-timeout
rust