We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc5ffdf commit ad3aacbCopy full SHA for ad3aacb
tests/test_utils.py
@@ -167,7 +167,7 @@ def skip_if_downloading_fails():
167
168
try:
169
yield
170
- except DOWNLOAD_EXCEPTS as e: # noqa: B030
+ except DOWNLOAD_EXCEPTS as e:
171
raise unittest.SkipTest(f"Error while downloading: {e}") from e
172
except ssl.SSLError as ssl_e:
173
if "decryption failed" in str(ssl_e):
0 commit comments