[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/11: gnu: python-vedo: Disable sanity check.
From: |
guix-commits |
Subject: |
07/11: gnu: python-vedo: Disable sanity check. |
Date: |
Fri, 6 May 2022 09:23:57 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 9edc0f3dbb5e3ee2459156351f8b0d68d4615a63
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Fri Apr 22 20:26:04 2022 +0000
gnu: python-vedo: Disable sanity check.
* gnu/packages/python-science.scm (python-vedo)[arguments]: Disable
sanity check.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/python-science.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 06d3ab6d20..e8d6102d13 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -884,7 +884,11 @@ readable.")
(for-each (lambda (dir)
(with-directory-excursion dir
(invoke "./run_all.sh")))
- '("common" "dolfin")))))))))
+ '("common" "dolfin"))))))
+ ;; Disable the sanity check, which fails with the following error:
+ ;;
+ ;; ...checking requirements: ERROR: vedo==2021.0.3
DistributionNotFound(Requirement.parse('vtk'), {'vedo'})
+ (delete 'sanity-check))))
(inputs ; for the check phase
(list fenics
python-matplotlib
- branch master updated (5e27c54e08 -> 8079bd3da8), guix-commits, 2022/05/06
- 01/11: gnu: Add Guix-Modules., guix-commits, 2022/05/06
- 03/11: gnu: fenics: Honor #:tests? flag., guix-commits, 2022/05/06
- 05/11: gnu: python-vedo: Honor #:tests? flag., guix-commits, 2022/05/06
- 06/11: gnu: python-vedo: Remove input labels., guix-commits, 2022/05/06
- 07/11: gnu: python-vedo: Disable sanity check.,
guix-commits <=
- 04/11: gnu: fenics: Fix sanity check., guix-commits, 2022/05/06
- 02/11: gnu: fenics-dolfin: Honor #:tests? flag., guix-commits, 2022/05/06
- 08/11: gnu: python-vedo: Update to 2022.2.0., guix-commits, 2022/05/06
- 09/11: gnu: tcl: Add tcl-tls to packages., guix-commits, 2022/05/06
- 10/11: gnu: tcl-tls: Add 'release-monitoring-url' and 'upstream-name' properties., guix-commits, 2022/05/06
- 11/11: gnu: tcl-tls: Use a gexp., guix-commits, 2022/05/06