mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: python-flake8: Use INVOKE.
* gnu/packages/python.scm (python-flake8)[arguments]: Use INVOKE and always return #T.
This commit is contained in:
parent
2df4ecd61d
commit
5417c92877
1 changed files with 2 additions and 1 deletions
|
@ -5660,7 +5660,8 @@ (define-public python-flake8
|
|||
(add-after 'install 'check
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(add-installed-pythonpath inputs outputs)
|
||||
(zero? (system* "pytest" "-v")))))))
|
||||
(invoke "pytest" "-v")
|
||||
#t)))))
|
||||
(propagated-inputs
|
||||
`(("python-pycodestyle" ,python-pycodestyle)
|
||||
("python-pyflakes" ,python-pyflakes)
|
||||
|
|
Loading…
Reference in a new issue