gnu: python-fenics-ufl: Do not alter PYTHONPATH.
* gnu/packages/simulation.scm (python-fenics-ufl) [phases]{check}: Do not alter PYTHONPATH.master
parent
85b42f04a3
commit
10bee15c82
|
@ -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
|
||||
|
|
Reference in New Issue