aports/testing/py3-pdal/tests.patch
2024-11-05 21:49:59 +00:00

12 lines
337 B
Diff

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()