apteryx pushed a commit to branch cu/farewell-to-pythonpath in repository guix.
commit 0ec0bd7a829c6a34db79007d2604e90503b1750c Author: Maxim Cournoyer <[email protected]> AuthorDate: Sun Jan 24 00:49:59 2021 -0500 gnu: python2-backports-shutil-get-terminal-size: Do not set PYTHONPATH. * gnu/packages/python-xyz.scm (python2-backports-shutil-get-terminal-size) [phases]{check}: Do not set PYTHONPATH. --- gnu/packages/python-xyz.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2b05d6b..946dea8 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8001,8 +8001,6 @@ Python 2 and Python 3.") (modify-phases %standard-phases (replace 'check (lambda _ - (setenv "PYTHONPATH" (string-append "./build/lib:" - (getenv "PYTHONPATH"))) (invoke "py.test" "-v")))))) (native-inputs `(("python2-pytest" ,python2-pytest)))
