Skip to content

Commit

Permalink
PB-987: Remove item-search from conformance
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasJoss committed Oct 29, 2024
1 parent 6ad0486 commit c22cac3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ test-conformance:
--conformance core \
--conformance collections \
--conformance features \
--conformance item-search \
--geometry '{"type": "Polygon", "coordinates": [[[0, 0], [90, 0], [90, 90], [0, 90], [0, 0]]]}' \
--collection $(collection)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def add_landing_page_version(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("stac_api", "0050_collectionassetupload_and_more"),
("stac_api", "0052_asset_add_del_asset_item_file_size_trigger_and_more"),
]

operations = [migrations.RunPython(add_landing_page_version)]

0 comments on commit c22cac3

Please sign in to comment.