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 ec4b172 commit d13d547Copy full SHA for d13d547
1 file changed
Lib/test/test_normalization.py
@@ -40,6 +40,9 @@ def test_main(self):
40
try:
41
testdata = open_urlresource(TESTDATAURL, encoding="utf-8",
42
check=check_version)
43
+ except PermissionError:
44
+ self.skipTest(f"Permission error when downloading {TESTDATAURL} "
45
+ f"into the test data directory")
46
except (OSError, HTTPException):
47
self.fail(f"Could not retrieve {TESTDATAURL}")
48
0 commit comments