gnu: python-django-contact-form: Do not alter PYTHONPATH.
* gnu/packages/django.scm (python-django-contact-form): [phases]{check}: Do not alter PYTHONPATH.
This commit is contained in:
parent
fbf120aad8
commit
905127eb18
1 changed files with 0 additions and 3 deletions
|
@ -688,9 +688,6 @@ project aims to bulk update given objects using one query over Django ORM.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "PYTHONPATH"
|
|
||||||
(string-append "./build/lib:"
|
|
||||||
(getenv "PYTHONPATH")))
|
|
||||||
(invoke "coverage" "run" "--source" "contact_form"
|
(invoke "coverage" "run" "--source" "contact_form"
|
||||||
"runtests.py"))))))
|
"runtests.py"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in a new issue