TST: Make network decorator impose a skipTest catching URLErrors · Issue #3910 · pandas-dev/pandas (original) (raw)
Description
opened
Basically, do this in the network decorator:
@wraps
def network_wrapper(*args, **kwargs):
try:
return t(*args, **kwargs)
except URLError:
raise nose.skipTest
Working on it right now
Metadata
Metadata
Assignees
No one assigned
Labels
No labels
No labels
Type
No type
Projects
No projects
Milestone
Relationships
None yet
Development
No branches or pull requests