guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit e654b23e1c277f4db8ac01cf6dc581151836a056
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 28 23:12:01 2025 +0100
gnu: python-test2ref: Remove python-pytest-cov input.
* gnu/packages/python-check.scm (python-test2ref
[native-inputs]: Remove python-pytest-cov.
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-check.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index b382ec3435..2c5041c5c1 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -4854,9 +4854,7 @@ which make writing and running functional and integration
tests easier.")
(base32 "1jx7cdqwpyq3gs9czvz0fwijkqhvmbny5h3zgdqlbrw8y3miv4gq"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-pdm-backend
- python-pytest
- python-pytest-cov))
+ (list python-pdm-backend python-pytest))
(propagated-inputs
(list python-binaryornot))
(home-page "https://github.com/nbiotcloud/test2ref")