[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54869] [PATCH v3 6/7] gnu: python-vedo: Disable sanity check.
From: |
Paul A. Patience |
Subject: |
[bug#54869] [PATCH v3 6/7] gnu: python-vedo: Disable sanity check. |
Date: |
Fri, 22 Apr 2022 20:26:04 +0000 |
* gnu/packages/python-science.scm (python-vedo)[arguments]: Disable
sanity check.
---
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 3afaa0efc2..676ca6474e 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -884,7 +884,11 @@ (define-public python-vedo
(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
--
2.35.1
- [bug#54869] [PATCH v2 1/7] gnu: fenics-dolfin: Honor #:tests? flag., (continued)
- [bug#54869] [PATCH v3 0/7] gnu: python-vedo: Update to 2022.2.0., Paul A. Patience, 2022/04/22
- [bug#54869] [PATCH v3 2/7] gnu: fenics: Honor #:tests? flag., Paul A. Patience, 2022/04/22
- [bug#54869] [PATCH v3 3/7] gnu: fenics: Fix sanity check., Paul A. Patience, 2022/04/22
- [bug#54869] [PATCH v3 1/7] gnu: fenics-dolfin: Honor #:tests? flag., Paul A. Patience, 2022/04/22
- [bug#54869] [PATCH v3 4/7] gnu: python-vedo: Honor #:tests? flag., Paul A. Patience, 2022/04/22
- [bug#54869] [PATCH v3 6/7] gnu: python-vedo: Disable sanity check.,
Paul A. Patience <=
- [bug#54869] [PATCH v3 7/7] gnu: python-vedo: Update to 2022.2.0., Paul A. Patience, 2022/04/22
- [bug#54869] [PATCH v3 5/7] gnu: python-vedo: Remove input labels., Paul A. Patience, 2022/04/22