py-pyvista: fix import tests (#41868)
* py-pyvista: fix import tests * Skip additional modules
This commit is contained in:
parent
ed4cdb9ceb
commit
f3305862f3
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ class PyPyvista(PythonPackage):
|
|||
homepage = "https://github.com/pyvista/pyvista"
|
||||
pypi = "pyvista/pyvista-0.32.1.tar.gz"
|
||||
|
||||
# Requires optional trame dependency
|
||||
skip_modules = ["pyvista.ext", "pyvista.jupyter", "pyvista.trame"]
|
||||
|
||||
maintainers("banesullivan")
|
||||
|
||||
license("MIT")
|
||||
|
|
Loading…
Reference in a new issue