mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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
1 changed files with 1 additions and 2 deletions
|
@ -5756,8 +5756,7 @@ (define-public python-ptyprocess
|
|||
`(#: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
|
||||
|
|
Loading…
Reference in a new issue