diff --git a/test_shapefile.py b/test_shapefile.py index 3a95825..b08ce38 100644 --- a/test_shapefile.py +++ b/test_shapefile.py @@ -260,6 +260,7 @@ def test_reader_context_manager(): assert sf.shx.closed is True +@pytest.mark.network def test_reader_url(): """ Assert that Reader can open shapefiles from a url.