guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-jsonschema: Use INVOKE.


From: guix-commits
Subject: 01/01: gnu: python-jsonschema: Use INVOKE.
Date: Wed, 23 Jan 2019 12:14:43 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8d466799519719263486c1405606dcefdc5451c7
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 23 18:14:22 2019 +0100

    gnu: python-jsonschema: Use INVOKE.
    
    * gnu/packages/python-xyz.scm (python-jsonschema)[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 a8637d4..eaa7a93 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1749,7 +1749,7 @@ version numbers.")
     (arguments
      '(#:phases
        (modify-phases %standard-phases
-         (replace 'check (lambda _ (zero? (system* "nosetests")))))))
+         (replace 'check (lambda _ (invoke "nosetests"))))))
     (native-inputs
      `(("python-nose" ,python-nose)
        ("python-vcversioner" ,python-vcversioner)))



reply via email to

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