We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2753cf commit 33d32ecCopy full SHA for 33d32ec
pyogrio/tests/test_path.py
@@ -279,6 +279,7 @@ def test_url():
279
assert len(result[0]) == 177
280
281
282
+@pytest.mark.network
283
@pytest.mark.skipif(not has_geopandas, reason="GeoPandas not available")
284
def test_url_dataframe():
285
url = "https://raw.githubusercontent.com/geopandas/pyogrio/main/pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.shp"
0 commit comments