diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-26 22:14:39 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-27 21:37:16 +0100 |
| commit | 8b627e931ae65c74581b839275d50fdb07ab2666 (patch) | |
| tree | ad33305231bf7e2df7f0c35e95a393ce6ad54c45 /gnu/packages/python-xyz.scm | |
| parent | a8a93afce3c9324f8a92f7ca9d386ee95edb793b (diff) | |
gnu: python-rgbxy: Disable tests.
* gnu/packages/python-xyz.scm (python-rgbxy)[arguments] <tests?>: No
tests.
[native-inputs]: Remove python-wheel.
Change-Id: I1a440d8e3f3e1b9d80c9d4c693e40de5ad4cd1ef
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d5bcadd782..65854a7c40 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27000,9 +27000,10 @@ filetypes can be easily added by creating plugins for them.") (sha256 (base32 "0c3dgm1rf7ih79pgkj7adffn8hlyqh5qah8rbzlq436kz3srk83q")))) (build-system pyproject-build-system) + (arguments + (list #:tests? #f)) ;no tests in PyPI or Git (native-inputs - (list python-setuptools - python-wheel)) + (list python-setuptools)) (home-page "https://github.com/benknight/hue-python-rgb-converter") (synopsis "RGB conversion tool in Python") (description |
