diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 876ce900a1..a271ad46b7 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -3837,6 +3837,14 @@ (define-public python-colorspacious (build-system python-build-system) (propagated-inputs `(("python-numpy" ,python-numpy))) + (native-inputs + `(("python-nose" ,python-nose))) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda _ + (zero? (system* "nosetests" "--all-modules" "-v" "colorspacious"))))))) (home-page "https://github.com/njsmith/colorspacious") (synopsis "Python library for colorspace conversions") (description "@code{colorspacious} is a Python library that lets you