summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-11-29 22:41:59 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-12-03 07:40:20 +0000
commit222d23d8cbf0bccbdcf80c4d30bc2ed786327f05 (patch)
treef48a2e2c87c1e092abe04701087cfdc74f40c17e /gnu
parent6d2d50e8cba2636c3838eba240439d1eb6406d87 (diff)
gnu: python-colorspacious: Disable tests.
python-nose runs 0 tests, let's remove it and disable tests instead. * gnu/packages/python-xyz.scm (python-colorspacious) [arguments]<#:tests?>: Disable them. [native-inputs]: Remove python-nose, python-wheel. [description]: Improve style. Change-Id: I6a2a58ea8f5183e4933b1dca227e8086640cd11d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f0db26241e0..6e9b4eca676 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11579,14 +11579,14 @@ To address this and enable easy cycling over arbitrary @code{kwargs}, the
(sha256
(base32 "0x7nkphr6g5ql5fvgss8l56rgiyjgh6fm8zzs73i94ci9wzlm63w"))))
(build-system pyproject-build-system)
- (propagated-inputs
- (list python-numpy))
- (native-inputs
- (list python-nose python-setuptools python-wheel))
+ (arguments (list #:tests? #f)) ; No tests.
+ (propagated-inputs (list python-numpy))
+ (native-inputs (list python-pytest python-setuptools))
(home-page "https://github.com/njsmith/colorspacious")
(synopsis "Python library for colorspace conversions")
- (description "@code{colorspacious} is a Python library that lets you
-convert between colorspaces like sRGB, XYZ, CIEL*a*b*, CIECAM02, CAM02-UCS, etc.")
+ (description
+ "@code{colorspacious} is a Python library that lets you convert between
+colorspaces like sRGB, XYZ, CIEL*a*b*, CIECAM02, CAM02-UCS, etc.")
(license license:expat)))
(define-public python-propcache