Skip to content

Commit 4effb52

Browse files
committed
Update test_pipeline to pass on Windows until PDAL/PDAL#3574 is fixed
1 parent 86a33ea commit 4effb52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_pipeline.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ def test_pipeline(self, filename):
113113
assert json.loads(r.pipeline) == {
114114
"pipeline": [
115115
{
116-
"filename": "test/data/1.2-with-color.las",
116+
# TODO: update this after https://github.com/PDAL/PDAL/issues/3574
117+
"filename": f"test/data{os.sep}1.2-with-color.las",
117118
"tag": "readers_las1",
118119
"type": "readers.las",
119120
},

0 commit comments

Comments
 (0)