commit | 722a3af092b94983aa26f5e591fb1b45e2c2a0ff | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Mar 30 17:06:53 2017 +0200 |
committer | GitHub <noreply@github.com> | Thu Mar 30 17:06:53 2017 +0200 |
tree | 172e680ca202d69d341db1e6cce10288d4f1dc81 | |
parent | f15c4d374a07c576c0e8349b16604f6dbad0b953 [diff] |
bpo-29887: Test normalization now fails if download fails (#905) * test_normalization fails if download fails bpo-29887. The test is still skipped if "-u urlfetch" option is not passed to regrtest (python3 -m test -u urlfetch test_normalization). * Fix ResourceWarning in test_normalization bpo-29887: Fix ResourceWarning in test_normalization if tests are interrupted by CTRL+c.