guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 791105ee7c7f77823cadd6b00c1a9fd567d85658
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 28 20:13:02 2025 +0100
gnu: python-aiohappyeyeballs: Remove python-pytest-cov input.
* gnu/packages/python-web.scm (python-aiohappyeyeballs)
[native-inputs]: Remove python-pytest-cov.
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-web.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 2d4545c8bd..9571b759bf 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2036,8 +2036,7 @@ asynchronous version of botocore.")
(native-inputs
(list python-poetry-core
python-pytest
- python-pytest-asyncio-0.26
- python-pytest-cov))
+ python-pytest-asyncio-0.26))
(home-page "https://github.com/aio-libs/aiohappyeyeballs")
(synopsis "Happy Eyeballs for asyncio")
(description "This library exists to allow connecting with Happy