mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-flake8-polyfill: Use INVOKE.
* gnu/packages/python-xyz.scm (python-flake8-polyfill)[arguments]: Unconditionally return #T form "check" phase.
This commit is contained in:
parent
4a4a7d9ad6
commit
4f0a089479
1 changed files with 1 additions and 1 deletions
|
@ -5670,7 +5670,7 @@ PEP8_PLUGIN('break_before_binary_operator'),"))
|
|||
(setenv "PYTHONPATH"
|
||||
(string-append (getcwd) "/build/lib:"
|
||||
(getenv "PYTHONPATH")))
|
||||
(zero? (system* "py.test" "-v")))))))
|
||||
(invoke "py.test" "-v"))))))
|
||||
(native-inputs
|
||||
`(("python-flake8" ,python-flake8)
|
||||
("python-mock" ,python-mock)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue