mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-faker: Use INVOKE.
* gnu/packages/python-xyz.scm (python-faker)[arguments]: Unconditionally return #T from "check" phase.
This commit is contained in:
parent
e59dd3415d
commit
49ff882740
1 changed files with 1 additions and 2 deletions
|
@ -9497,8 +9497,7 @@ (define-public python-faker
|
|||
'(#: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)
|
||||
|
|
Loading…
Reference in a new issue