mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 13:40:36 +02:00
gnu: python-fenics-ffc: Do not alter PYTHONPATH.
* gnu/packages/simulation.scm (python-fenics-ffc)
[phases]{check}: Do not alter PYTHONPATH.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user