gnu: python-django-rq: Fix test suite.
* gnu/packages/django.scm (python-django-rq)[arguments]: Adjust custom 'check phase.
This commit is contained in:
parent
5b1a9e0759
commit
1c24d6d662
1 changed files with 1 additions and 1 deletions
|
@ -874,7 +874,7 @@ support, and optional data-URI image and font embedding.")
|
|||
(invoke "redis-server" "--daemonize" "yes")
|
||||
(invoke "django-admin.py" "test" "django_rq"
|
||||
"--settings=django_rq.tests.settings"
|
||||
"--pythonpath="))))))
|
||||
"--pythonpath=."))))))
|
||||
(native-inputs
|
||||
`(("python-mock" ,python-mock)
|
||||
("redis" ,redis)))
|
||||
|
|
Reference in a new issue