apteryx pushed a commit to branch cu/farewell-to-pythonpath in repository guix.
commit d5596b238b0510dd2a0a6ffcb655ac3798ae8899 Author: Maxim Cournoyer <[email protected]> AuthorDate: Sat Jan 23 23:02:22 2021 -0500 gnu: python-fenics-ffc: Do not alter PYTHONPATH. * gnu/packages/simulation.scm (python-fenics-ffc) [phases]{check}: Do not alter PYTHONPATH. --- gnu/packages/simulation.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm index de15ade..2affbe9 100644 --- a/gnu/packages/simulation.scm +++ b/gnu/packages/simulation.scm @@ -393,8 +393,6 @@ FIAT is part of the FEniCS Project.") (replace 'check (lambda _ (setenv "HOME" (getcwd)) - (setenv "PYTHONPATH" - (string-append (getcwd) ":" (getenv "PYTHONPATH"))) (with-directory-excursion "test" ;; FIXME: the tests in subdirectory ;; 'unit/ufc/finite_element' require the ffc_factory
