1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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 <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2025-10-28 23:00:52 +01:00
committed by Sharlatan Hellseher
parent bcecf1b472
commit bac6d10c28

View File

@@ -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))