guix-commits
[Top][All Lists]
Advanced

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

106/131: gnu: python-flask-wtf: Do not set PYTHONPATH.


From: guix-commits
Subject: 106/131: gnu: python-flask-wtf: 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 c30a3ca74975ba56bb2667d6b63d724df5dbfe2f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Jan 24 14:21:34 2021 -0500

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

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 23ea2ed..980b0b3 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2876,8 +2876,6 @@ presume or force a developer to use a particular tool or 
library.")
        (modify-phases %standard-phases
          (replace 'check
            (lambda _
-             (setenv "PYTHONPATH" (string-append "./build/lib:"
-                                                 (getenv "PYTHONPATH")))
              (invoke "pytest" "-vv"))))))
     (propagated-inputs
      `(("python-flask-babel" ,python-flask-babel)



reply via email to

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