rekado pushed a commit to branch master in repository guix. commit 6c826d3278d04c02150b3b9c3ec0515c595b641a Author: Ricardo Wurmus <rek...@elephly.net> Date: Wed Jan 23 18:38:44 2019 +0100
gnu: python2-cliapp: Use INVOKE. * gnu/packages/python-xyz.scm (python2-cliapp)[arguments]: Unconditionally return #T from "check" phase. --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 37a26b8..0f02163 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11222,7 +11222,7 @@ protocols.") ;; Disable python3 tests (substitute* "check" (("python3") "# python3")) - (zero? (system* "./check"))))))) + (invoke "./check")))))) (native-inputs `(("python2-coverage-test-runner" ,python2-coverage-test-runner) ("python2-pep8" ,python2-pep8)))