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>
This commit is contained in:
parent
a5fec06868
commit
9edc0f3dbb
1 changed files with 5 additions and 1 deletions
|
@ -884,7 +884,11 @@ readable.")
|
||||||
(for-each (lambda (dir)
|
(for-each (lambda (dir)
|
||||||
(with-directory-excursion dir
|
(with-directory-excursion dir
|
||||||
(invoke "./run_all.sh")))
|
(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
|
(inputs ; for the check phase
|
||||||
(list fenics
|
(list fenics
|
||||||
python-matplotlib
|
python-matplotlib
|
||||||
|
|
Reference in a new issue