guix-commits
[Top][All Lists]
Advanced

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

09/21: gnu: python-flake8-polyfill: Use INVOKE.


From: guix-commits
Subject: 09/21: gnu: python-flake8-polyfill: Use INVOKE.
Date: Wed, 23 Jan 2019 12:13:50 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 4f0a0894794c18f5f20cdbe43d853394be832328
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 23 17:13:37 2019 +0100

    gnu: python-flake8-polyfill: Use INVOKE.
    
    * gnu/packages/python-xyz.scm (python-flake8-polyfill)[arguments]:
    Unconditionally return #T form "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 7033c95..094fff4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5670,7 +5670,7 @@ PEP8_PLUGIN('break_before_binary_operator'),"))
              (setenv "PYTHONPATH"
                      (string-append (getcwd) "/build/lib:"
                                     (getenv "PYTHONPATH")))
-             (zero? (system* "py.test" "-v")))))))
+             (invoke "py.test" "-v"))))))
     (native-inputs
      `(("python-flake8" ,python-flake8)
        ("python-mock" ,python-mock)



reply via email to

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