guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit cef53f60ce31c1e9ef3c90e7610c4cf58c3fbc14
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 28 23:44:23 2025 +0100
gnu: python-anytree: Remove coverage inputs.
* gnu/packages/python-xyz.scm (python-anytree)[native-inputs]:
Remove python-pytest-cov.
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 037ac8fb78..ccb2b534d1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9273,7 +9273,6 @@ alternative representations which do not require this
package.")
(list graphviz ;for 'dot'
python-pdm-backend
python-pytest
- python-pytest-cov
python-pyyaml
python-test2ref))
(home-page "https://github.com/c0fec0de/anytree")