me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/simulation.scm (python-fenics-fiat)
[phases]{check}: Do not alter PYTHONPATH.
master
Maxim Cournoyer 2021-01-23 23:01:50 -05:00
parent 10bee15c82
commit 0c9844e1d6
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 4 deletions

View File

@ -344,8 +344,6 @@ UFL is part of the FEniCS Project.")
(modify-phases %standard-phases (modify-phases %standard-phases
(replace 'check (replace 'check
(lambda _ (lambda _
(setenv "PYTHONPATH"
(string-append (getcwd) ":" (getenv "PYTHONPATH")))
(with-directory-excursion "test" (with-directory-excursion "test"
;; FIXME: three FIAT test modules are known to fail ;; FIXME: three FIAT test modules are known to fail
;; with recent versions of pytest (>= 4). These are ;; with recent versions of pytest (>= 4). These are
@ -355,8 +353,7 @@ UFL is part of the FEniCS Project.")
(invoke "py.test" "unit/" (invoke "py.test" "unit/"
"--ignore=unit/test_fiat.py" "--ignore=unit/test_fiat.py"
"--ignore=unit/test_quadrature.py" "--ignore=unit/test_quadrature.py"
"--ignore=unit/test_reference_element.py")) "--ignore=unit/test_reference_element.py")))))))
#t)))))
(home-page "https://bitbucket.org/fenics-project/fiat/") (home-page "https://bitbucket.org/fenics-project/fiat/")
(synopsis "Tabulation of finite element function spaces") (synopsis "Tabulation of finite element function spaces")
(description (description