me
/
guix
Archived
1
0
Fork 0

gnu: python2-cliapp: Use INVOKE.

* gnu/packages/python-xyz.scm (python2-cliapp)[arguments]: Unconditionally
return #T from "check" phase.
master
Ricardo Wurmus 2019-01-23 18:38:44 +01:00
parent f987ac307b
commit 6c826d3278
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

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