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

commit 727d38431da0ed7d08e1e4870edeab41c6accd3c
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 28 23:43:29 2025 +0100

    gnu: python-watchfiles: Remove coverage inputs.
    
    * gnu/packages/python-xyz.scm (python-watchfiles)[native-inputs]:
    Remove python-coverage, python-pytest-cov.
    
    Change-Id: Id7ce71eb87aa032502657bfaf78650ba8c9301f9
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7f5e46bb52..972bc45ae8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -40416,10 +40416,8 @@ but portable.")
      (append
       (list maturin
             python-anyio
-            python-coverage
             python-dirty-equals
             python-pytest
-            python-pytest-cov
             python-pytest-mock
             python-pytest-timeout
             rust

Reply via email to