guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 42/131: gnu: python-django-contact-form: Do not alter PYTHONPATH.
Date: Mon, 1 Feb 2021 11:56:42 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 905127eb186e664566d622fe20dbe44da97bde7d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Jan 23 00:24:05 2021 -0500

    gnu: python-django-contact-form: Do not alter PYTHONPATH.
    
    * gnu/packages/django.scm (python-django-contact-form):
    [phases]{check}: Do not alter PYTHONPATH.
---
 gnu/packages/django.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 66f4362..1a21e17 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]