guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

59/131: gnu: python-fenics-ffc: Do not alter PYTHONPATH.


From: guix-commits
Subject: 59/131: gnu: python-fenics-ffc: Do not alter PYTHONPATH.
Date: Fri, 29 Jan 2021 09:21:59 -0500 (EST)

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

commit 9ec1d1c8ec40f0e44034702ac1bd0bd697c8fd10
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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

[Prev in Thread] Current Thread [Next in Thread]