We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3515eed commit c9a7396Copy full SHA for c9a7396
1 file changed
tests/test_compare.py
@@ -5,7 +5,7 @@
5
import utils
6
7
8
-@pytest.mark.skipif(pdal.info.major <= 2 and pdal.info.minor < 10, "Requires PDAL version 2.10 or higher")
+@pytest.mark.skipif(pdal.info.major <= 2 and pdal.info.minor < 10, reason="Requires PDAL version 2.10 or higher")
9
def test_compare(autzen_2010_file: str, autzen_2023_file: str):
10
"""Test compare function"""
11
0 commit comments