gnu: python-django-filter: Use 'invoke'.
* gnu/packages/django.scm (python-django-filter)[arguments]: Use 'invoke'.
This commit is contained in:
parent
8e21fa0bd3
commit
7b28210531
|
@ -196,7 +196,7 @@ useful tools for testing Django applications and projects.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(zero? (system* "python" "runtests.py")))))))
|
(invoke "python" "runtests.py"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-django" ,python-django)
|
`(("python-django" ,python-django)
|
||||||
("python-djangorestframework" ,python-djangorestframework)
|
("python-djangorestframework" ,python-djangorestframework)
|
||||||
|
|
Loading…
Reference in New Issue