Skip to content

Commit 3ee6d2d

Browse files
committed
don't vcr simple tests
1 parent 4dbb704 commit 3ee6d2d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_url_handling.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010

1111
@pytest.mark.web
12-
@pytest.mark.vcr()
1312
def test_urlopen():
1413
"""Assure that urlopen is always a BytesIO object."""
1514
url = "https://standards.sensors.ioos.us/erddap/tabledap/"
@@ -26,7 +25,6 @@ def test_urlopen_raise():
2625

2726

2827
@pytest.mark.web
29-
@pytest.mark.vcr()
3028
def test_check_url_response():
3129
"""Test if a bad request returns HTTPError."""
3230
bad_request = (

0 commit comments

Comments
 (0)