3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-libtmux: Do not set PYTHONPATH.

* gnu/packages/tmux.scm (python-libtmux)[phases]{check}: Do not set PYTHONPATH.
This commit is contained in:
Maxim Cournoyer 2021-01-22 22:51:34 -05:00
parent df09535fc9
commit a658d38b13
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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