1 parent 6fd580f commit cb77b67Copy full SHA for cb77b67
1 file changed
tests/fvmesh/test_fvmesh.py
@@ -22,6 +22,7 @@
22
23
24
@pytest.mark.filterwarnings("ignore: `np.bool`")
25
+@pytest.mark.skip(reason="Disabling pyvista dependency")
26
def test_fvmesh(test_casedir):
27
casedir = str(test_casedir)
28
mesh = FVMesh(casedir)
0 commit comments