summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-31 21:15:39 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-08-19 13:57:35 +0100
commit4b3fb67e3f69008d849cfa72b0e193c48f8ae20c (patch)
treeec9ef060ebe26f153d0d11d63a6d89e0c06af07f /gnu/packages/python-xyz.scm
parentebd492071c55e05e4989105ee15bf537ff0f7ba5 (diff)
gnu: python-colorthief: Do not try to run tests.
* gnu/packages/python-xyz.scm (python-colorthief): Tests were absent in PyPI or Git. [arguments] <tests?>: Disable them. [native-inputs]: Remove python-wheel. Change-Id: Ib63b612913a3b494c7c0f4a717a790d71230f8d6
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8257f6fd4f..50a89b872d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2341,7 +2341,9 @@ as functions or string constants to form colored terminal output.")
(sha256
(base32 "08bjsmmkihyksms2vgndslln02rvw56lkxz28d39qrnxbg4v1707"))))
(build-system pyproject-build-system)
- (native-inputs (list python-setuptools python-wheel))
+ (arguments
+ (list #:tests? #f)) ;no tests in PyPI or Git
+ (native-inputs (list python-setuptools))
(propagated-inputs (list python-pillow))
(home-page "https://github.com/fengsp/color-thief-py")
(synopsis "Grab the color palette of an image")