apteryx pushed a commit to branch cu/farewell-to-pythonpath in repository guix.
commit 05e1c6101f2159e20af6eaffc20468f87c76afc4 Author: Maxim Cournoyer <[email protected]> AuthorDate: Sun Jan 24 09:40:13 2021 -0500 gnu: python-moto: Do not set PYTHONPATH. * gnu/packages/python-xyz.scm (python-moto) [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 e28d865..9914d77 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10897,8 +10897,6 @@ text.") #t)) (replace 'check (lambda _ - (setenv "PYTHONPATH" (string-append "./build/lib:" - (getenv "PYTHONPATH"))) (invoke "pytest" "-vv" "-m" "not network" ;; These tests require Docker. "-k" "not test_terminate_job \
