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:
committed by
Sharlatan Hellseher
parent
bcecf1b472
commit
bac6d10c28
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user