guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/17: gnu: python-django: Use INVOKE.


From: guix-commits
Subject: 14/17: gnu: python-django: Use INVOKE.
Date: Sat, 26 Jan 2019 10:34:55 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 4665d8c94325966a715e4a701fd593181dd76664
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 26 14:56:42 2019 +0100

    gnu: python-django: Use INVOKE.
    
    * gnu/packages/django.scm (python-django)[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 848b1c6..a2fa1db 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -74,7 +74,7 @@
                                      (string-split (getenv "PYTHONPATH")
                                                    #\:))
                                "', ")))
-             (zero? (system* "python" "tests/runtests.py")))))))
+             (invoke "python" "tests/runtests.py"))))))
     ;; TODO: Install extras/django_bash_completion.
     (native-inputs
      `(("tzdata" ,tzdata-for-tests)



reply via email to

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