We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d615c2 commit a49bb62Copy full SHA for a49bb62
1 file changed
tests/v1/test_item.py
@@ -688,7 +688,7 @@ def test_no_collection(item: Item) -> None:
688
assert item.collection is None
689
690
691
-@pytest.mark.skip(reason="Still figuring out how to handle ext")
+@pytest.mark.xfail(reason=".ext is not supported for pystac v2")
692
def test_migrate_by_default() -> None:
693
with open(
694
TestCases.get_path("data-files/projection/example-with-version-1.1.json")
0 commit comments