gnu: python-ptyprocess: Use INVOKE.
* gnu/packages/python-xyz.scm (python-ptyprocess)[arguments]: Unconditionally return #T from "check" phase.
This commit is contained in:
parent
4f0a089479
commit
7904d6fa2c
|
@ -5756,8 +5756,7 @@ markdown_py is also provided to convert Markdown files to HTML.")
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _ (invoke "nosetests"))))))
|
||||||
(zero? (system* "nosetests")))))))
|
|
||||||
(home-page "https://github.com/pexpect/ptyprocess")
|
(home-page "https://github.com/pexpect/ptyprocess")
|
||||||
(synopsis "Run a subprocess in a pseudo terminal")
|
(synopsis "Run a subprocess in a pseudo terminal")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue