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

commit 5222bc0319090b7c7cc05fc6d633e1a2a6479b97
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 89c890835b..0fdd69d5a4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -40478,10 +40478,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