From bac6d10c28afb2be628623dce33ceb1ff6c2b5c0 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 28 Oct 2025 23:00:52 +0100 Subject: [PATCH] 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 --- 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))