guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 8a233dc8e5666f26a0ae416cdff69c83375c1b63
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 0015ca6601..4a8a9e0677 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2082,8 +2082,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

Reply via email to