]> granicus.if.org Git - python/commit
bpo-29887: test_normalization handles PermissionError (#1196) (#2275)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 19 Jun 2017 13:42:43 +0000 (15:42 +0200)
committerGitHub <noreply@github.com>
Mon, 19 Jun 2017 13:42:43 +0000 (15:42 +0200)
commitacdf159b245aaac28f54dd10606911386ab39058
treecc5f69490cd8315168363cd446f24654ee55546f
parent51f40a81a4acbc85cb1034750fb16cb1854b2315
bpo-29887: test_normalization handles PermissionError (#1196) (#2275)

Skip test_normalization.test_main() if download raises a permission
error.
(cherry picked from commit d13d54748d3a7db023d9db37223ea7d40bb8f8e3)
Lib/test/test_normalization.py