mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: python-internetarchive: Use INVOKE.
* gnu/packages/web.scm (python-internetarchive)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
16b5dafc4d
commit
b8150fa091
1 changed files with 6 additions and 6 deletions
|
@ -5239,12 +5239,12 @@ (define-public python-internetarchive
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue