summaryrefslogtreecommitdiff
path: root/gnu/packages/django.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-01-23 00:24:05 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-02-01 11:53:49 -0500
commit905127eb186e664566d622fe20dbe44da97bde7d (patch)
tree33f77b24f6f33c526e26cbed795d3136c400537d /gnu/packages/django.scm
parentfbf120aad801984ee3a432b861add7951335a323 (diff)
downloadguix-patches-905127eb186e664566d622fe20dbe44da97bde7d.tar
guix-patches-905127eb186e664566d622fe20dbe44da97bde7d.tar.gz
gnu: python-django-contact-form: Do not alter PYTHONPATH.
* gnu/packages/django.scm (python-django-contact-form): [phases]{check}: Do not alter PYTHONPATH.
Diffstat (limited to 'gnu/packages/django.scm')
-rw-r--r--gnu/packages/django.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 66f4362890..1a21e17262 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -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