mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-02 07:15:53 +02:00
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:
@@ -688,9 +688,6 @@ project aims to bulk update given objects using one query over Django ORM.")
|
||||
(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(setenv "PYTHONPATH"
|
||||
(string-append "./build/lib:"
|
||||
(getenv "PYTHONPATH")))
|
||||
(invoke "coverage" "run" "--source" "contact_form"
|
||||
"runtests.py"))))))
|
||||
(native-inputs
|
||||
|
||||
Reference in New Issue
Block a user