-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Replace network decorator with with_connectivity_check #6111
New issue
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
Conversation
Network decorator was ignoring test failures due to API changes in external services.
👍. looks good. The only issue is that we potentially have a box sitting on AWS's (travis) pipe |
Replace network decorator with with_connectivity_check
Is this a legit error the network decorator should catch?
|
Probably, but I recall issues with all the different error types for Is this a legit error the network decorator should catch? ERROR: test_get_near_stock_price (pandas.io.tests.test_data.TestYahooOptions)Traceback (most recent call last): Reply to this email directly or view it on |
Network decorator was ignoring test failures due to API changes in external
services.
Closes #5816.