[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: python-django-filter: Use 'invoke'.
From: |
guix-commits |
Subject: |
05/06: gnu: python-django-filter: Use 'invoke'. |
Date: |
Mon, 14 Jan 2019 08:08:06 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 7b282105311342c85bfa7dc3f18a456d15129fa3
Author: Efraim Flashner <address@hidden>
Date: Mon Jan 14 11:34:10 2019 +0200
gnu: python-django-filter: Use 'invoke'.
* gnu/packages/django.scm (python-django-filter)[arguments]: Use
'invoke'.
---
gnu/packages/django.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 63570bf..4d6f8cd 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -196,7 +196,7 @@ useful tools for testing Django applications and projects.")
(modify-phases %standard-phases
(replace 'check
(lambda _
- (zero? (system* "python" "runtests.py")))))))
+ (invoke "python" "runtests.py"))))))
(native-inputs
`(("python-django" ,python-django)
("python-djangorestframework" ,python-djangorestframework)
- branch master updated (c5c42f0 -> 6c56e9c), guix-commits, 2019/01/14
- 02/06: gnu: opencv: Don't hardcode build directories., guix-commits, 2019/01/14
- 03/06: gnu: opencv: Update configure flags., guix-commits, 2019/01/14
- 01/06: gnu: opencv: Fix building on non-x86_64 systems., guix-commits, 2019/01/14
- 05/06: gnu: python-django-filter: Use 'invoke'.,
guix-commits <=
- 06/06: gnu: opencv: Use 'git-fetch'., guix-commits, 2019/01/14
- 04/06: gnu: opencv: Loosen test suite failures., guix-commits, 2019/01/14