gnu: python-fenics-ufl: Do not alter PYTHONPATH.

* gnu/packages/simulation.scm (python-fenics-ufl)
[phases]{check}: Do not alter PYTHONPATH.
This commit is contained in:
Maxim Cournoyer 2021-01-23 23:00:36 -05:00
parent 85b42f04a3
commit 10bee15c82
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -310,11 +310,7 @@ the complexity of that interface. Parallel support depends on the
(modify-phases %standard-phases
(replace 'check
(lambda _
(setenv "PYTHONPATH"
(string-append (getcwd) ":" (getenv "PYTHONPATH")))
(with-directory-excursion "test"
(invoke "py.test"))
#t)))))
(invoke "py.test" "test"))))))
(home-page "https://bitbucket.org/fenics-project/ufl/")
(synopsis "Unified language for form-compilers")
(description "The Unified Form Language (UFL) is a domain specific