Skip to content

Commit 33d32ec

Browse files
authored
TST: Add missing network marker (#434)
1 parent e2753cf commit 33d32ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyogrio/tests/test_path.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ def test_url():
279279
assert len(result[0]) == 177
280280

281281

282+
@pytest.mark.network
282283
@pytest.mark.skipif(not has_geopandas, reason="GeoPandas not available")
283284
def test_url_dataframe():
284285
url = "https://raw.githubusercontent.com/geopandas/pyogrio/main/pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.shp"

0 commit comments

Comments
 (0)