gnu: python-colorspacious: Use INVOKE.

* gnu/packages/python-xyz.scm (python-colorspacious)[arguments]:
Unconditionally return #T from "check" phase.
master
Ricardo Wurmus 2019-01-23 18:37:19 +01:00
parent 4fc898dad9
commit c988afda6f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -3231,7 +3231,7 @@ To address this and enable easy cycling over arbitrary @code{kwargs}, the
(modify-phases %standard-phases
(replace 'check
(lambda _
(zero? (system* "nosetests" "--all-modules" "-v" "colorspacious")))))))
(invoke "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