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:
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

View file

@ -5670,7 +5670,7 @@ (define-public python-flake8-polyfill
(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)