me
/
guix
Archived
1
0
Fork 0

gnu: python-django-contact-form: Do not alter PYTHONPATH.

* gnu/packages/django.scm (python-django-contact-form):
[phases]{check}: Do not alter PYTHONPATH.
master
Maxim Cournoyer 2021-01-23 00:24:05 -05:00
parent fbf120aad8
commit 905127eb18
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 3 deletions

View File

@ -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