apteryx pushed a commit to branch cu/farewell-to-pythonpath in repository guix.
commit 68381ce2df9ab67e6dec96a6db6e379c34e7f3ed Author: Maxim Cournoyer <[email protected]> AuthorDate: Sun Jan 24 00:35:13 2021 -0500 gnu: python-aenum: Do not set PYTHONPATH. * gnu/packages/python-xyz.scm (python-aenum) [phases]{check}: Do not set PYTHONPATH. --- gnu/packages/python-xyz.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d5f960d..dfa357d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1260,9 +1260,6 @@ language. It aims to be fast.") `(#:phases (modify-phases %standard-phases (replace 'check (lambda _ - (format #t "current working dir ~s~%" (getcwd)) - (setenv "PYTHONPATH" - (string-append ".:" (getenv "PYTHONPATH"))) ;; We must run the test suite module directly, as it ;; fails to define the 'tempdir' variable in scope for ;; the tests otherwise
