You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Issue Description
The test_wrong_url apparently need to have network access, but aren't skipped by --skip-network.
### Expected Behavior
Given --skip-network was provided, the pandas/tests/io/xml/test_xml.py::test_wrong_url[lxml] and pandas/tests/io/xml/test_xml.py::test_wrong_url[etree] tests should have been skipped.
### Installed Versions
1.3.5
The text was updated successfully, but these errors were encountered:
mroeschke
added
Testing
pandas testing functions or related to the test suite
and removed
Needs Triage
Issue that has not been reviewed by a pandas team member
labels
Dec 28, 2021
Pandas version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the master branch of pandas.
Reproducible Example
Observe that the following tests fail:
The text was updated successfully, but these errors were encountered: