mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: python-stem: Update phase style.
* gnu/packages/python.scm (python-stem)[arguments]: Substitute INVOKE for SYSTEM* and end phase with #t.
This commit is contained in:
parent
57c734a628
commit
66b89ee28e
1 changed files with 2 additions and 1 deletions
|
@ -9366,7 +9366,8 @@ (define-public python-stem
|
|||
(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(zero? (system* "./run_tests.py" "--unit")))))))
|
||||
(invoke "./run_tests.py" "--unit")
|
||||
#t)))))
|
||||
(native-inputs
|
||||
`(("python-mock" ,python-mock)
|
||||
("python-pep8" ,python-pep8)
|
||||
|
|
Loading…
Reference in a new issue