guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/10: gnu: python-colorspacious: Use INVOKE.


From: guix-commits
Subject: 01/10: gnu: python-colorspacious: Use INVOKE.
Date: Wed, 23 Jan 2019 12:40:19 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c988afda6f2cedb195ea205d8e59c31b5262777e
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 23 18:37:19 2019 +0100

    gnu: python-colorspacious: Use INVOKE.
    
    * gnu/packages/python-xyz.scm (python-colorspacious)[arguments]:
    Unconditionally return #T from "check" phase.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8998882..85818c2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]