gnu: python-faker: Use INVOKE.

* gnu/packages/python-xyz.scm (python-faker)[arguments]: Unconditionally
return #T from "check" phase.
master
Ricardo Wurmus 2019-01-23 17:22:15 +01:00
parent e59dd3415d
commit 49ff882740
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

@ -9497,8 +9497,7 @@ parsing UK postcodes.")
'(#:phases
(modify-phases %standard-phases
(replace 'check
(lambda _
(zero? (system* "python" "-m" "unittest" "-v" "tests")))))))
(lambda _ (invoke "python" "-m" "unittest" "-v" "tests"))))))
(native-inputs
`(;; For testing
("python-email-validator" ,python-email-validator)