guix-commits
[Top][All Lists]
Advanced

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

04/20: gnu: python-hy: Use INVOKE.


From: guix-commits
Subject: 04/20: gnu: python-hy: Use INVOKE.
Date: Wed, 2 Jan 2019 10:34:31 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit eecaf17086510ae68bc495b2d9a06a152347bd69
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 2 12:48:09 2019 +0100

    gnu: python-hy: Use INVOKE.
    
    * gnu/packages/python.scm (python-hy)[arguments]: Use INVOKE.
---
 gnu/packages/python.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e51de2a..27f78a2 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7807,7 +7807,7 @@ with a new public API, and RPython support.")
            (lambda _
              ;; Tests require write access to HOME.
              (setenv "HOME" "/tmp")
-             (zero? (system* "nosetests")))))))
+             (invoke "nosetests"))))))
     (native-inputs
      `(("python-coverage" ,python-coverage)
        ("python-nose" ,python-nose)))



reply via email to

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