We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
@jtratner b4 u spend time on this maybe see #3822
Sorry, something went wrong.
@cpcloud yeah, but it really needs to be opt-out rather than opt-in
@cpcloud close this? (as @jtratner put all of the stuff in)
this will be closed by #3914
great
Successfully merging a pull request may close this issue.
Basically, do this in the network decorator:
Working on it right now
The text was updated successfully, but these errors were encountered: