me
/
guix
Archived
1
0
Fork 0

gnu: python-django: Use INVOKE.

* gnu/packages/django.scm (python-django)[arguments]: Use INVOKE.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
(string-split (getenv "PYTHONPATH") (string-split (getenv "PYTHONPATH")
#\:)) #\:))
"', "))) "', ")))
(zero? (system* "python" "tests/runtests.py"))))))) (invoke "python" "tests/runtests.py"))))))
;; TODO: Install extras/django_bash_completion. ;; TODO: Install extras/django_bash_completion.
(native-inputs (native-inputs
`(("tzdata" ,tzdata-for-tests) `(("tzdata" ,tzdata-for-tests)