mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: python-conda: All phases return #t.
* gnu/packages/package-management.scm (python-conda)[arguments]: Use 'invoke'.
This commit is contained in:
parent
e227f248a6
commit
675e7bba3e
1 changed files with 1 additions and 1 deletions
|
@ -732,7 +732,7 @@ (define-public python-conda
|
|||
(replace 'check
|
||||
(lambda _
|
||||
(setenv "HOME" "/tmp")
|
||||
(zero? (system* "py.test")))))))
|
||||
(invoke "py.test"))))))
|
||||
(native-inputs
|
||||
`(("python-cytoolz" ,python-cytoolz)
|
||||
("python-ruamel.yaml" ,python-ruamel.yaml)
|
||||
|
|
Loading…
Reference in a new issue