guix-commits
[Top][All Lists]
Advanced

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

57/131: gnu: python-fenics-fiat: Do not alter PYTHONPATH.


From: guix-commits
Subject: 57/131: gnu: python-fenics-fiat: Do not alter PYTHONPATH.
Date: Mon, 1 Feb 2021 11:56:47 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 0c9844e1d64d480a8785a245e6d67a9ada86751d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Jan 23 23:01:50 2021 -0500

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

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



reply via email to

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