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

commit dbcaf53956dfc41e857cb4f1ef4c8c9af922a4b4
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 28 22:34:09 2025 +0100

    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 <[email protected]>
---
 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 19d91b4686..61cbc7e230 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

Reply via email to