Skip to content

Commit cb77b67

Browse files
committed
tests: Disable pyvista based tests
1 parent 6fd580f commit cb77b67

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/fvmesh/test_fvmesh.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323

2424
@pytest.mark.filterwarnings("ignore: `np.bool`")
25+
@pytest.mark.skip(reason="Disabling pyvista dependency")
2526
def test_fvmesh(test_casedir):
2627
casedir = str(test_casedir)
2728
mesh = FVMesh(casedir)

0 commit comments

Comments
 (0)