guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 53864744ec3be9238b83aff9866f5ea7e8c2c303
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 28 20:44:09 2025 +0100
gnu: python-expandvars: Remove python-pytest-cov input.
* gnu/packages/python-xyz.scm (python-expandvars)[native-inputs]:
Remove python-pytest-cov.
Change-Id: I7dae800fdf4752af6d8049c12c2b90233bbb5127
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2df0ac6ed4..b52342ec9c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7176,7 +7176,7 @@ and is not compatible with JSON.")
(base32 "0i6q4i8dzsax85w1l2hc7saymyh3fw43vkifh5flpkr8ayjxy6kx"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-hatchling python-pytest python-pytest-cov))
+ (list python-hatchling python-pytest))
(home-page "https://pypi.org/project/expandvars/")
(synopsis "Expand system variables Unix style")
(description "This module is inspired by GNU bash's variable expansion