guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 2c3ee3ece7af55dec87a1f7399fc4361bd46e96d
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 28 22:14:52 2025 +0100
gnu: python-arrow: Remove python-pytest-cov requirement.
* gnu/packages/time.scm (python-arrow)[native-inputs]: Remove
python-pytest-cov.
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/time.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index a494730270..3b5598fbfa 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -762,7 +762,6 @@ timestamps.")
(list python-dateparser
python-flit-core
python-pytest
- python-pytest-cov
python-pytest-mock
python-pytz
python-simplejson))