gnu: python-ptyprocess: Use INVOKE.

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

View File

@ -5756,8 +5756,7 @@ markdown_py is also provided to convert Markdown files to HTML.")
`(#:phases
(modify-phases %standard-phases
(replace 'check
(lambda _
(zero? (system* "nosetests")))))))
(lambda _ (invoke "nosetests"))))))
(home-page "https://github.com/pexpect/ptyprocess")
(synopsis "Run a subprocess in a pseudo terminal")
(description