Skip to content

Commit

Permalink
TST: Mark test_opener_fsspec_zip_http_fs as using the network (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuLogic authored Nov 18, 2024
1 parent 9f6ec48 commit c4d6431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_pyopener.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def test_opener_fsspec_zip_fs():
assert "AGBUR" in colxn.schema["properties"]


@pytest.mark.network
def test_opener_fsspec_zip_http_fs():
"""Use fsspec zip+http filesystem as opener."""
fs = fsspec.filesystem(
Expand Down

0 comments on commit c4d6431

Please sign in to comment.