Skip to content

Commit c9a7396

Browse files
committed
fix
1 parent 3515eed commit c9a7396

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_compare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import utils
66

77

8-
@pytest.mark.skipif(pdal.info.major <= 2 and pdal.info.minor < 10, "Requires PDAL version 2.10 or higher")
8+
@pytest.mark.skipif(pdal.info.major <= 2 and pdal.info.minor < 10, reason="Requires PDAL version 2.10 or higher")
99
def test_compare(autzen_2010_file: str, autzen_2023_file: str):
1010
"""Test compare function"""
1111

0 commit comments

Comments
 (0)