From 2c624316ea5fb4f2028cf098933bb6220ed07cec Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 28 Oct 2025 22:34:09 +0100 Subject: [PATCH] gnu: python-stdnum: Remove python-pytest-cov input. * gnu/packages/finance.scm (python-stdnum)[native-inputs]: Remove python-pytest-cov. Signed-off-by: Sharlatan Hellseher --- gnu/packages/finance.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index bd16c15a56..9de42dc408 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -1623,10 +1623,7 @@ features: (sha256 (base32 "0yir8hka3vmpk0qhiaffagkdjg3mjgai808s0razsggbd5cn80bb")))) (build-system pyproject-build-system) - (native-inputs - (list python-pytest - python-pytest-cov - python-setuptools)) + (native-inputs (list python-pytest python-setuptools)) (home-page "https://arthurdejong.org/python-stdnum/") (synopsis "Python module to handle standardized number and code formats") (description