[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/20: gnu: python-hy: Use INVOKE.
From: |
guix-commits |
Subject: |
04/20: gnu: python-hy: Use INVOKE. |
Date: |
Wed, 2 Jan 2019 10:34:31 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit eecaf17086510ae68bc495b2d9a06a152347bd69
Author: Ricardo Wurmus <address@hidden>
Date: Wed Jan 2 12:48:09 2019 +0100
gnu: python-hy: Use INVOKE.
* gnu/packages/python.scm (python-hy)[arguments]: Use INVOKE.
---
gnu/packages/python.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e51de2a..27f78a2 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7807,7 +7807,7 @@ with a new public API, and RPython support.")
(lambda _
;; Tests require write access to HOME.
(setenv "HOME" "/tmp")
- (zero? (system* "nosetests")))))))
+ (invoke "nosetests"))))))
(native-inputs
`(("python-coverage" ,python-coverage)
("python-nose" ,python-nose)))
- branch master updated (8ef0655 -> 9fb5771), guix-commits, 2019/01/02
- 02/20: gnu: python-configargparse: Use INVOKE., guix-commits, 2019/01/02
- 15/20: gnu: python-ipython: Remove dependency on python-jupyter-core-minimal., guix-commits, 2019/01/02
- 01/20: gnu: python-docopt: Use INVOKE., guix-commits, 2019/01/02
- 04/20: gnu: python-hy: Use INVOKE.,
guix-commits <=
- 03/20: gnu: python-clint: Use INVOKE., guix-commits, 2019/01/02
- 06/20: gnu: Add python-prompt-toolkit-1., guix-commits, 2019/01/02
- 13/20: gnu: python-widgetsnbextension: Update to 3.4.2., guix-commits, 2019/01/02
- 14/20: gnu: python-ipywidgets: Enable tests., guix-commits, 2019/01/02
- 18/20: gnu: Add python-qtconsole., guix-commits, 2019/01/02
- 08/20: gnu: python-ipykernel: Update to 5.1.0., guix-commits, 2019/01/02
- 10/20: gnu: python-jupyter-client: Update to 5.2.4., guix-commits, 2019/01/02
- 12/20: gnu: Add python-send2trash., guix-commits, 2019/01/02
- 09/20: gnu: python-ipython: Break dependency on python-ipykernel., guix-commits, 2019/01/02
- 05/20: gnu: python-prompt-toolkit: Update to 2.0.7., guix-commits, 2019/01/02