mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 14:56:53 +02:00
12 lines
337 B
Diff
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()
|