Skip to content

Commit 28c2503

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent becaf4a commit 28c2503

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

apps/dc_tools/tests/test_cop_dem_to_dc.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ def test_complex_bbox(bbox_africa):
4343

4444

4545
# Test the actual process
46-
@pytest.mark.xfail(reason="Internal STAC conversion fails with rasterio 1.4.2+. It should be fixed or removed")
46+
@pytest.mark.xfail(
47+
reason="Internal STAC conversion fails with rasterio 1.4.2+. It should be fixed or removed"
48+
)
4749
@pytest.mark.parametrize("product", PRODUCTS)
4850
def test_indexing_cli(bbox, product, odc_db):
4951
runner = CliRunner()

apps/dc_tools/tests/test_esa_worldcover_to_dc.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ def mock_esa_worldcover_datasets(monkeypatch):
7474
)
7575

7676

77-
@pytest.mark.xfail(reason="Internal STAC conversion fails with rasterio 1.4.2+. It should be fixed or removed")
77+
@pytest.mark.xfail(
78+
reason="Internal STAC conversion fails with rasterio 1.4.2+. It should be fixed or removed"
79+
)
7880
def test_indexing_cli(bbox, odc_test_db_with_products, mock_esa_worldcover_datasets):
7981
runner = CliRunner()
8082
result = runner.invoke(

0 commit comments

Comments
 (0)