mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-django-appconf: Fix tests.
* gnu/packages/django.scm (python-django-appconf): Invoke django-admin with custom pythonpath.
This commit is contained in:
parent
88e9e9e697
commit
19520996f0
1 changed files with 1 additions and 1 deletions
|
@ -959,7 +959,7 @@ (define-public python-django-appconf
|
|||
(replace 'check
|
||||
(lambda _
|
||||
(setenv "DJANGO_SETTINGS_MODULE" "tests.test_settings")
|
||||
(invoke "python" "django-admin.py" "test" "-v2"))))))
|
||||
(invoke "django-admin" "test" "--pythonpath=."))))))
|
||||
(propagated-inputs
|
||||
`(("python-django" ,python-django)))
|
||||
(home-page "https://github.com/django-compressor/django-appconf")
|
||||
|
|
Loading…
Reference in a new issue