rekado pushed a commit to branch master
in repository guix.

commit 6568bd5df24cc43a8b4dffdaccac93c2e893b98a
Author: Ricardo Wurmus <rek...@elephly.net>
Date:   Wed Jan 23 18:37:42 2019 +0100

    gnu: python-validictory: Use INVOKE.
    
    * gnu/packages/python-xyz.scm (python-validictory)[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 85818c2..47fdd16 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10429,7 +10429,7 @@ is used by PostgreSQL and the OpenSSH Server for 
example.")
              (setenv "PYTHONPATH"
                      (string-append (getcwd) "/build/lib:"
                                     (getenv "PYTHONPATH")))
-             (zero? (system* "py.test" "-vv" )))))))
+             (invoke "py.test" "-vv" ))))))
     (native-inputs
      `(("python-pytest" ,python-pytest)))
     (home-page

Reply via email to