guix-commits
[Top][All Lists]
Advanced

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

104/131: gnu: python-databricks-cli: Do not set PYTHONPATH.


From: guix-commits
Subject: 104/131: gnu: python-databricks-cli: 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 fe8947078050d31e11af5118f8f404f4e42964a7
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Jan 24 14:20:16 2021 -0500

    gnu: python-databricks-cli: Do not set PYTHONPATH.
    
    * gnu/packages/python-web.scm (python-databricks-cli)
    [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 d24e778..1eb14e8 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1374,9 +1374,6 @@ another XPath engine to find the matching elements in an 
XML or HTML document.")
      `(#:phases (modify-phases %standard-phases
                   (replace 'check
                     (lambda _
-                      (setenv "PYTHONPATH"
-                              (string-append "./build/lib:"
-                                             (getenv "PYTHONPATH")))
                       (invoke "pytest" "tests" "-vv"
                               ;; XXX: This fails with newer Pytest
                               ;; (upstream uses Pytest 3..).



reply via email to

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