guix-commits
[Top][All Lists]
Advanced

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

20/31: gnu: python-internetarchive: Use INVOKE.


From: Tobias Geerinckx-Rice
Subject: 20/31: gnu: python-internetarchive: Use INVOKE.
Date: Wed, 30 May 2018 22:55:35 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b8150fa091ce42c7837c6bfb9be8b96656470df2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Apr 1 07:47:52 2018 +0200

    gnu: python-internetarchive: Use INVOKE.
    
    * gnu/packages/web.scm (python-internetarchive)[arguments]: Substitute
    INVOKE for SYSTEM*.
---
 gnu/packages/web.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 5a87eb5..0be62ac 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5239,12 +5239,12 @@ command-line arguments or read from stdin.")
              (add-installed-pythonpath inputs outputs)
              (setenv "PATH" (string-append (assoc-ref outputs "out") "/bin"
                                            ":" (getenv "PATH")))
-             (zero? (system* "py.test" "-v" "-k"
-                             (string-append
-                              ;; These tests attempt to make a connection to
-                              ;; an external web service.
-                              "not test_get_item_with_kwargs"
-                              " and not test_ia"))))))))
+             (invoke "py.test" "-v" "-k"
+                     (string-append
+                      ;; These tests attempt to make a connection to
+                      ;; an external web service.
+                      "not test_get_item_with_kwargs"
+                      " and not test_ia")))))))
     (propagated-inputs
      `(("python-requests" ,python-requests)
        ("python-jsonpatch" ,python-jsonpatch-0.4)



reply via email to

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