Skip to content

Commit 80badba

Browse files
committed
Mark tests requiring network.
Allows skipping tests in environments without network.
1 parent 57e77b5 commit 80badba

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)