apteryx pushed a commit to branch cu/farewell-to-pythonpath in repository guix.
commit cd04fce80ae837c5d1b1857e5dff464bf49fd32a Author: Maxim Cournoyer <[email protected]> AuthorDate: Sun Jan 24 14:11:09 2021 -0500 gnu: python-asgiref: Do not set PYTHONPATH. * gnu/packages/python-web.scm (python-asgiref) [phases]{check}: Do not set PYTHONPATH. --- gnu/packages/python-web.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index e856c46..60a7358 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -247,9 +247,6 @@ comes with a SOCKS proxy client.") '(#:phases (modify-phases %standard-phases (replace 'check (lambda _ - (setenv "PYTHONPATH" - (string-append "./build/lib:" - (getenv "PYTHONPATH"))) (invoke "pytest" "-vv")))))) (native-inputs `(("python-pytest" ,python-pytest)
