gnu: python-django: Use INVOKE.

* gnu/packages/django.scm (python-django)[arguments]: Use INVOKE.
This commit is contained in:
Ricardo Wurmus 2019-01-26 14:56:42 +01:00
parent 7f46dcc49c
commit 4665d8c943
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -74,7 +74,7 @@ (define-public python-django
(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)