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
assert '<urlopen error [Errno -2] Name or service not known>' in '<urlopen error [Errno -5] No address associated with hostname>'
It seems like the test suite assumes a specific error about the bogus url that is not always true. These assertions should probably be a little more generic.
The text was updated successfully, but these errors were encountered:
I ran the test suite on my desktop, and ran into 3 test failures:
They all fail with:
It seems like the test suite assumes a specific error about the bogus url that is not always true. These assertions should probably be a little more generic.
The text was updated successfully, but these errors were encountered: