guix-commits
[Top][All Lists]
Advanced

[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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]