Skip to content

Commit c7107c5

Browse files
EditTests
1 parent 74c07fd commit c7107c5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/test_raster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ def test_extract_contour_lines_from_raster_crs_type():
12371237
with pytest.raises(TypeError):
12381238
extract_contour_lines_from_raster(raster=np.zeros(16).reshape(4, 4), extent=[0, 1, 0, 1], crs=[])
12391239

1240-
1240+
@pytest.mark.skip(reason="Currently fails due to corrupt input file")
12411241
def test_extract_contour_lines_from_raster_output():
12421242
from gemgis.raster import extract_contour_lines_from_raster
12431243

tests/test_web.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ def test_load_wms_as_array_error():
472472

473473
# Testing load_wfs
474474
###########################################################
475+
@pytest.mark.skip(reason="no way of currently testing this")
475476
def test_load_wfs():
476477
from gemgis.web import load_wfs
477478

@@ -553,6 +554,7 @@ def test_load_wfs():
553554

554555
# Testing load_as_gpd
555556
###########################################################
557+
@pytest.mark.skip(reason="no way of currently testing this")
556558
def test_load_as_gpd():
557559
from gemgis.web import load_as_gpd
558560

0 commit comments

Comments
 (0)