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>
parent
a5fec06868
commit
9edc0f3dbb
|
@ -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
|
||||
|
|
Reference in New Issue