guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: python-pexpect: Use INVOKE.


From: Tobias Geerinckx-Rice
Subject: 06/07: gnu: python-pexpect: Use INVOKE.
Date: Tue, 25 Sep 2018 06:19:15 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 06e6b17bd7ab0258536c62c3639fba38134d84ae
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Sep 25 10:14:58 2018 +0200

    gnu: python-pexpect: Use INVOKE.
    
    * gnu/packages/python.scm (python-pexpect)[arguments]: Substitute INVOKE
    for SYSTEM*.
---
 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 86ce702..5c6c79d 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4550,7 +4550,7 @@ displayed.")
              ;; Why does it not work? Delete for now.
              (delete-file "tests/test_socket.py")
              #t))
-         (replace 'check (lambda _ (zero? (system* "nosetests" "-v")))))))
+         (replace 'check (lambda _ (invoke "nosetests" "-v"))))))
     (native-inputs
      `(("python-nose" ,python-nose)
        ("python-pytest" ,python-pytest)



reply via email to

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