mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ etc.")
|
|||
(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…
Add table
Add a link
Reference in a new issue