summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-12 21:57:45 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-13 11:57:30 +0100
commit1930bc8aee8b8f7c8ab60623bf41998cbe0b4524 (patch)
treeda0f03dd6d4b95e8558a1f5845ee72a2c8f78779 /gnu
parentfb9e789455f144b7d0f4b56b1f23ac0fb3de394d (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm8
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5af925bf3a0..943ce62569c 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