guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 94dca815707ec4bef0d405962f3770ba7026c2ac
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Oct 13 00:52:14 2025 +0100

    gnu: python-nampa: Disable missing tests.
    
    * gnu/packages/python-xyz.scm (python-nampa)[arguments] <tests?>: No
    tests in PyPI archvie.
    [native-inputs]: Remove python-wheel.
    
    Change-Id: I60d757d74e6243eb81bdb64433878fa64edb8f4f
---
 gnu/packages/python-xyz.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bf09bf67ca..790eefed47 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35051,8 +35051,10 @@ were local.")
        (sha256
         (base32 "0k6cq2gflpkm40qhgqbbcjmq5lq589c15bmk567qyh3d08062hvd"))))
     (build-system pyproject-build-system)
+    (arguments
+     (list #:tests? #f)) ;no tests in PyPI archvie, no 0.1.1 tag in Git
     (propagated-inputs (list python-future))
-    (native-inputs (list python-setuptools python-wheel))
+    (native-inputs (list python-setuptools))
     (home-page "https://github.com/thebabush/nampa";)
     (synopsis "Python implementation of IDA Pro's FLIRT technology")
     (description

Reply via email to