[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/43: gnu: python-sqlalchemy: Use 'invoke'.
From: |
Marius Bakke |
Subject: |
30/43: gnu: python-sqlalchemy: Use 'invoke'. |
Date: |
Tue, 21 Aug 2018 11:25:58 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 9871a896aacd4daa0d57fb83aa18eaf5f85c74f5
Author: Marius Bakke <address@hidden>
Date: Tue Aug 21 07:11:00 2018 +0200
gnu: python-sqlalchemy: Use 'invoke'.
* gnu/packages/databases.scm (python-sqlalchemy)[arguments]: Use INVOKE
instead of SYSTEM*.
---
gnu/packages/databases.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 5820314..0ac2905 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2267,7 +2267,7 @@ Database API 2.0T.")
`(#:phases
(modify-phases %standard-phases
(replace 'check
- (lambda _ (zero? (system* "py.test")))))))
+ (lambda _ (invoke "py.test"))))))
(home-page "http://www.sqlalchemy.org")
(synopsis "Database abstraction library")
(description
- 36/43: gnu: python-sphinxcontrib-websupport: Disable tests., (continued)
- 36/43: gnu: python-sphinxcontrib-websupport: Disable tests., Marius Bakke, 2018/08/21
- 35/43: gnu: python-jinja2: Update to 2.10., Marius Bakke, 2018/08/21
- 34/43: gnu: python-babel: Run the tests., Marius Bakke, 2018/08/21
- 38/43: gnu: python-sphinxcontrib-websupport: Add a python2 variant., Marius Bakke, 2018/08/21
- 32/43: gnu: python-pytz: Update to 2018.5., Marius Bakke, 2018/08/21
- 37/43: gnu: python-sphinxcontrib-websupport: Update to 1.1.0., Marius Bakke, 2018/08/21
- 33/43: gnu: python-babel: Update to 2.6.0., Marius Bakke, 2018/08/21
- 31/43: gnu: python-sqlalchemy: Update to 1.2.11., Marius Bakke, 2018/08/21
- 28/43: gnu: python-packaging: Update to 17.1., Marius Bakke, 2018/08/21
- 29/43: gnu: python-packaging: Run the tests., Marius Bakke, 2018/08/21
- 30/43: gnu: python-sqlalchemy: Use 'invoke'.,
Marius Bakke <=
- 27/43: gnu: python-imagesize: Fix typo., Marius Bakke, 2018/08/21
- 24/43: gnu: python-pytest: Run the tests again., Marius Bakke, 2018/08/21
- 23/43: gnu: libssh2: MIPS workaround no longer is., Marius Bakke, 2018/08/21
- 25/43: gnu: python-markupsafe: Update to 1.0., Marius Bakke, 2018/08/21
- 19/43: gnu: python-olefile: Update to 0.45.1., Marius Bakke, 2018/08/21
- 26/43: gnu: python-imagesize: Update to 1.0.0., Marius Bakke, 2018/08/21
- 22/43: gnu: pango: Update to 1.42.4., Marius Bakke, 2018/08/21
- 21/43: gnu: libffi: Don't optimize for the build machine CPU., Marius Bakke, 2018/08/21
- 20/43: gnu: libatomic-ops: Update to 7.6.6., Marius Bakke, 2018/08/21
- 18/43: gnu: python-lxml: Update to 4.2.4., Marius Bakke, 2018/08/21