guix-commits
[Top][All Lists]
Advanced

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

12/21: gnu: python-xlrd: Use INVOKE.


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

rekado pushed a commit to branch master
in repository guix.

commit 45fd0081ec8a6b47e87fea60abcefea736acbda4
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 23 17:16:22 2019 +0100

    gnu: python-xlrd: Use INVOKE.
    
    * gnu/packages/python-xyz.scm (python-xlrd)[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 bf987b7..43b0e26 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6091,7 +6091,7 @@ and MAC network addresses.")
        (modify-phases %standard-phases
          ;; Current test in setup.py does not work as of 1.0.0, so use nose to
          ;; run tests instead for now.
-         (replace 'check (lambda _ (zero? (system* "nosetests")))))))
+         (replace 'check (lambda _ (invoke "nosetests"))))))
     (native-inputs `(("python-nose"       ,python-nose)))
     (home-page "http://www.python-excel.org/";)
     (synopsis "Library for extracting data from Excel files")



reply via email to

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