gnu: python-flake8-polyfill: Use INVOKE.

* gnu/packages/python-xyz.scm (python-flake8-polyfill)[arguments]:
Unconditionally return #T form "check" phase.
master
Ricardo Wurmus 2019-01-23 17:13:37 +01:00
parent 4a4a7d9ad6
commit 4f0a089479
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -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)