Skip to content

Commit 7d05180

Browse files
authored
TST: mark test_wrong_url as requiring network (#42354)
1 parent 1c7693b commit 7d05180

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/xml/test_xml.py

+1
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ def test_url():
423423
tm.assert_frame_equal(df_url, df_expected)
424424

425425

426+
@tm.network
426427
def test_wrong_url(parser):
427428
with pytest.raises(HTTPError, match=("HTTP Error 404: Not Found")):
428429
url = "https://www.w3schools.com/xml/python.xml"

0 commit comments

Comments
 (0)