gnu: python-conda: All phases return #t.

* gnu/packages/package-management.scm (python-conda)[arguments]: Use
'invoke'.
master
Efraim Flashner 2019-01-13 12:30:51 +02:00
parent e227f248a6
commit 675e7bba3e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -732,7 +732,7 @@ environments.")
(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)