apteryx pushed a commit to branch cu/farewell-to-pythonpath in repository guix.
commit f1e67d59e71888b5199e8b4c3a80d7d316f7d247 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 17e688d..738ec8a 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
