mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue