guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-tblib: Use invoke.


From: guix-commits
Subject: 01/01: gnu: python-tblib: Use invoke.
Date: Mon, 26 Nov 2018 14:10:16 -0500 (EST)

dannym pushed a commit to branch core-updates
in repository guix.

commit 5a1ac6138d31f5e48c273b4f9292292d76d7432a
Author: Danny Milosavljevic <address@hidden>
Date:   Mon Nov 26 20:09:14 2018 +0100

    gnu: python-tblib: Use invoke.
    
    * gnu/packages/python.scm (python-tblib)[arguments]<#:phases>[check]: 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 578d529..2ee18be 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9047,7 +9047,7 @@ own code, responding to click events and updating clock 
every second.")
              (setenv "PYTHONPATH"
                      (string-append (getcwd) "/build/lib:"
                                     (getenv "PYTHONPATH")))
-             (zero? (system* "py.test" "-vv" "tests" "README.rst")))))))
+             (invoke "py.test" "-vv" "tests" "README.rst"))))))
     (native-inputs
      `(("python-pytest" ,python-pytest)
        ("python-six" ,python-six)))



reply via email to

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