apteryx pushed a commit to branch cu/farewell-to-pythonpath
in repository guix.

commit 9ec1d1c8ec40f0e44034702ac1bd0bd697c8fd10
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Jan 23 23:02:51 2021 -0500

    gnu: python-fenics-ffc: Do not alter PYTHONPATH.
    
    * gnu/packages/simulation.scm (python-fenics-ffc)
    [phases]{check}: Do not alter PYTHONPATH.
---
 gnu/packages/simulation.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm
index 2affbe9..4c56342 100644
--- a/gnu/packages/simulation.scm
+++ b/gnu/packages/simulation.scm
@@ -401,8 +401,7 @@ FIAT is part of the FEniCS Project.")
                ;; prior to running the tests.
                (invoke "py.test" "unit/" "--ignore=unit/ufc/")
                (with-directory-excursion "uflacs"
-                 (invoke "py.test" "unit/")))
-             #t)))))
+                 (invoke "py.test" "unit/"))))))))
     (home-page "https://bitbucket.org/fenics-project/ffc/";)
     (synopsis "Compiler for finite element variational forms")
     (description "The FEniCS Form Compiler (FFC) is a compiler for

Reply via email to