guix-commits
[Top][All Lists]
Advanced

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

103/131: gnu: python-jsonpickle: Do not set PYTHONPATH.


From: guix-commits
Subject: 103/131: gnu: python-jsonpickle: Do not set PYTHONPATH.
Date: Mon, 1 Feb 2021 11:57:01 -0500 (EST)

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

commit 5cc3d512be61f7bae5e38f649bc0cc128102bee6
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Jan 24 14:19:32 2021 -0500

    gnu: python-jsonpickle: Do not set PYTHONPATH.
    
    * gnu/packages/python-web.scm (python-jsonpickle)
    [phases]{check}: Do not set PYTHONPATH.
---
 gnu/packages/python-web.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index f6789ea..d24e778 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -703,9 +703,6 @@ content using a variety of algorithms.")
      `(#:phases (modify-phases %standard-phases
                   (replace 'check
                     (lambda _
-                      (setenv "PYTHONPATH"
-                              (string-append "./build/lib:"
-                                             (getenv "PYTHONPATH")))
                       (invoke "pytest" "-vv"
                               ;; Prevent running the flake8 and black
                               ;; pytest plugins, which only tests style



reply via email to

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