meshio is not available --- a/test/test_pipeline.py +++ b/test/test_pipeline.py @@ -480,6 +480,7 @@ class TestMesh: assert m[0][0] == 29 @pytest.mark.parametrize("filename", ["mesh.json", "mesh.py"]) + @pytest.mark.skip() def test_meshio(self, filename): r = get_pipeline(filename) r.execute()