mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-sqlalchemy: Use 'invoke'.
* gnu/packages/databases.scm (python-sqlalchemy)[arguments]: Use INVOKE instead of SYSTEM*.
This commit is contained in:
parent
632900f586
commit
9871a896aa
1 changed files with 1 additions and 1 deletions
|
@ -2267,7 +2267,7 @@ Database API 2.0T.")
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _ (zero? (system* "py.test")))))))
|
(lambda _ (invoke "py.test"))))))
|
||||||
(home-page "http://www.sqlalchemy.org")
|
(home-page "http://www.sqlalchemy.org")
|
||||||
(synopsis "Database abstraction library")
|
(synopsis "Database abstraction library")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue