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

commit 29279f3ae7a78e53fa05845fd35bad07e13f84ea
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 28 23:00:52 2025 +0100

    gnu: python-pycountry: Remove coverage input.
    
    * gnu/packages/iso-codes.scm (python-pycountry)
    [arguments]<#:phases>: Refresh phase 'fix-pytest-config.
    
    Change-Id: I0ac06cc2d7835ae747a69b71df60374225ab40bd
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/iso-codes.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/iso-codes.scm b/gnu/packages/iso-codes.scm
index 079cc1c140..cc86eac1c5 100644
--- a/gnu/packages/iso-codes.scm
+++ b/gnu/packages/iso-codes.scm
@@ -231,8 +231,6 @@ concerned with representation of names for languages and 
language groups.")
           (add-after 'unpack 'fix-pytest-config
             (lambda _  ; Removes the need for python-pytest-cov.
               (substitute* "pyproject.toml"
-                (("--cov --cov-report=html --cov-report=term-missing")
-                 "")
                 (("^required_plugins =.*")
                  "")))))))
     (native-inputs (list python-poetry-core python-pytest))

Reply via email to