Skip to content

Commit d3d83a9

Browse files
authored
Merge pull request #230 from sebastic/no-network
Mark tests requiring network.
2 parents 57e77b5 + 80badba commit d3d83a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test_shapefile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ def test_reader_context_manager():
260260
assert sf.shx.closed is True
261261

262262

263+
@pytest.mark.network
263264
def test_reader_url():
264265
"""
265266
Assert that Reader can open shapefiles from a url.

0 commit comments

Comments
 (0)