From 1930bc8aee8b8f7c8ab60623bf41998cbe0b4524 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 12 Oct 2025 21:57:45 +0100 Subject: [PATCH] gnu: python-urwidgets: Disable missing tests. * gnu/packages/python-xyz.scm (python-urwidgets)[arguments] : 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 5af925bf3a0a16010789bff8751bd30e4063f163..943ce62569c5c1c274f2a58039e58f89bccb733b 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