me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/simulation.scm (python-fenics-ufl)
[phases]{check}: Do not alter PYTHONPATH.
master
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
1 changed files with 1 additions and 5 deletions

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