Skip to content

Commit 86215d0

Browse files
committed
fixup! Issue #666 load_stac: fallback temporal dimension when no cube:dimensions
1 parent cfca18e commit 86215d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_metadata.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,9 @@ def test_metadata_from_stac_collection_bands_from_item_assets(test_data, tmp_pat
849849
assert warn_count == (0 if eo_extension_is_declared else 1)
850850

851851

852+
@pytest.mark.skipif(
853+
not _PYSTAC_1_9_EXTENSION_INTERFACE, reason="No backport for this feature when below PySTAC 1.9 extension interface"
854+
)
852855
@pytest.mark.parametrize(
853856
["stac_dict", "expected"],
854857
[

0 commit comments

Comments
 (0)