me
/
guix
Archived
1
0
Fork 0

gnu: python-django-pipeline: Fix tests.

* gnu/packages/django.scm (python-django-pipeline): Provide pythonpath to
django-admin.
master
Marius Bakke 2021-12-01 00:50:51 +01:00
parent e73f565445
commit 88e9e9e697
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 1 deletions

View File

@ -804,7 +804,8 @@ entries, photos, book chapters, or anything else.")
(lambda*(#:key tests? #:allow-other-keys)
(when tests?
(setenv "DJANGO_SETTINGS_MODULE" "tests.settings")
(invoke "django-admin" "test" "tests")))))))
(invoke "django-admin" "test" "tests"
"--pythonpath=.")))))))
(propagated-inputs
`(("python-css-html-js-minify" ,python-css-html-js-minify)
("python-django" ,python-django)