apteryx pushed a commit to branch cu/farewell-to-pythonpath in repository guix.
commit 9a0a1327cb658657a5f10281638d2ea0f4b0267a Author: Maxim Cournoyer <[email protected]> AuthorDate: Sun Jan 24 14:20:16 2021 -0500 gnu: python-databricks-cli: Do not set PYTHONPATH. * gnu/packages/python-web.scm (python-databricks-cli) [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 d24e778..1eb14e8 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1374,9 +1374,6 @@ another XPath engine to find the matching elements in an XML or HTML document.") `(#:phases (modify-phases %standard-phases (replace 'check (lambda _ - (setenv "PYTHONPATH" - (string-append "./build/lib:" - (getenv "PYTHONPATH"))) (invoke "pytest" "tests" "-vv" ;; XXX: This fails with newer Pytest ;; (upstream uses Pytest 3..).
