gnu: python-django: Use INVOKE.
* gnu/packages/django.scm (python-django)[arguments]: Use INVOKE.master
parent
7f46dcc49c
commit
4665d8c943
|
@ -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)
|
||||
|
|
Reference in New Issue