[Python-checkins] [python/cpython] 51f40a: [3.6] bpo-29887: Test normalization now fails if d...

GitHub noreply at github.com
Mon Jun 19 07:22:56 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 51f40a81a4acbc85cb1034750fb16cb1854b2315
      https://github.com/python/cpython/commit/51f40a81a4acbc85cb1034750fb16cb1854b2315
  Author: Mariatta <Mariatta at users.noreply.github.com>
  Date:   2017-06-19 (Mon, 19 Jun 2017)

  Changed paths:
    M Lib/test/test_normalization.py

  Log Message:
  -----------
  [3.6] bpo-29887: Test normalization now fails if download fails (GH-905) (#2271)

* 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.
(cherry picked from commit 722a3af092b94983aa26f5e591fb1b45e2c2a0ff)




More information about the Python-checkins mailing list