guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 1930bc8aee8b8f7c8ab60623bf41998cbe0b4524
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Oct 12 21:57:45 2025 +0100

    gnu: python-urwidgets: Disable missing tests.
    
    * gnu/packages/python-xyz.scm (python-urwidgets)[arguments] <tests?>: No
    tests provided.
    [native-inputs]: Remove python-wheel, and python-urwid; add python-urwid-2.
    
    Change-Id: Ie78ed2f1e0f746c010f87cf525d4fd06fd66c775
---
 gnu/packages/python-xyz.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5af925bf3a..943ce62569 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15322,8 +15322,12 @@ supports @code{readline} shortcuts.")
        (sha256
         (base32 "1vrydw9h8c5gi89dnv12a9cdyyxaffvxl1kq51f118cxjk9brwpr"))))
     (build-system pyproject-build-system)
-    (propagated-inputs (list python-urwid))
-    (native-inputs (list python-setuptools python-wheel))
+    (arguments
+     (list #:tests? #f)) ;no tests
+    (native-inputs
+     (list python-setuptools))
+    (propagated-inputs
+     (list python-urwid-2))
     (home-page "https://github.com/AnonymouX47/urwidgets";)
     (synopsis "Collection of widgets for urwid")
     (description

Reply via email to