apteryx pushed a commit to branch cu/farewell-to-pythonpath in repository guix.
commit cb9392fe0c771812a1268d5d57687c2670fa60a3 Author: Maxim Cournoyer <[email protected]> AuthorDate: Sun Jan 24 14:19:32 2021 -0500 gnu: python-jsonpickle: Do not set PYTHONPATH. * gnu/packages/python-web.scm (python-jsonpickle) [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 f6789ea..d24e778 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -703,9 +703,6 @@ content using a variety of algorithms.") `(#:phases (modify-phases %standard-phases (replace 'check (lambda _ - (setenv "PYTHONPATH" - (string-append "./build/lib:" - (getenv "PYTHONPATH"))) (invoke "pytest" "-vv" ;; Prevent running the flake8 and black ;; pytest plugins, which only tests style
