guix-commits
[Top][All Lists]
Advanced

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

06/12: gnu: python-stem: Update phase style.


From: Tobias Geerinckx-Rice
Subject: 06/12: gnu: python-stem: Update phase style.
Date: Thu, 1 Mar 2018 16:21:29 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 66b89ee28e1b15ff962b68e91fcd84562102fc2f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Mar 1 16:29:31 2018 +0100

    gnu: python-stem: Update phase style.
    
    * gnu/packages/python.scm (python-stem)[arguments]: Substitute INVOKE
    for SYSTEM* and end phase with #t.
---
 gnu/packages/python.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 69101c7..0b7ff44 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9366,7 +9366,8 @@ etc.")
        (modify-phases %standard-phases
          (replace 'check
            (lambda _
-             (zero? (system* "./run_tests.py" "--unit")))))))
+             (invoke "./run_tests.py" "--unit")
+             #t)))))
     (native-inputs
      `(("python-mock" ,python-mock)
        ("python-pep8" ,python-pep8)



reply via email to

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