apteryx pushed a commit to branch cu/farewell-to-pythonpath
in repository guix.

commit 0e305297239f2bb5520d473760432362725b6c08
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Fri Jan 22 22:51:34 2021 -0500

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

diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm
index 95a31f8..1537080 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -167,10 +167,6 @@ windows.")
        (modify-phases %standard-phases
          (replace 'check
            (lambda _
-             ;; Extend PYTHONPATH so the built package will be found.
-             (setenv "PYTHONPATH"
-                     (string-append (getcwd) "/build/lib:"
-                                    (getenv "PYTHONPATH")))
              ;; Fix <https://github.com/tmux-python/libtmux/issues/265>.
              (setenv "LANG" "en_US.utf8")
              ;; Skip tests that I suspect fail because of a change

Reply via email to