guix-commits
[Top][All Lists]
Advanced

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

02/10: gnu: python-validictory: Use INVOKE.


From: guix-commits
Subject: 02/10: gnu: python-validictory: Use INVOKE.
Date: Wed, 23 Jan 2019 12:40:19 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6568bd5df24cc43a8b4dffdaccac93c2e893b98a
Author: Ricardo Wurmus <address@hidden>
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

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