~ruther/guix-local

1930bc8aee8b8f7c8ab60623bf41998cbe0b4524 — Sharlatan Hellseher 7 months ago fb9e789
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
1 files changed, 6 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +6 -2
@@ 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