guix-commits
[Top][All Lists]
Advanced

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

08/21: gnu: python2-backports-shutil-get-terminal-size: Use INVOKE.


From: guix-commits
Subject: 08/21: gnu: python2-backports-shutil-get-terminal-size: Use INVOKE.
Date: Wed, 23 Jan 2019 12:13:49 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 4a4a7d9ad6846355eb87025e3e74ae87b0c36017
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 23 17:08:26 2019 +0100

    gnu: python2-backports-shutil-get-terminal-size: Use INVOKE.
    
    * gnu/packages/python-xyz.scm (python2-backports-shutil-get-terminal-size)
    [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 d63f300..7033c95 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5326,7 +5326,7 @@ Python 2 and Python 3.")
        (modify-phases %standard-phases
          (replace 'check
            (lambda _
-             (zero? (system* "py.test" "-v")))))))
+             (invoke "py.test" "-v"))))))
     (native-inputs
      `(("python2-pytest" ,python2-pytest)))
     (home-page "https://github.com/chrippa/backports.shutil_get_terminal_size";)



reply via email to

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