[Python-checkins] [python/cpython] e4f9a2: bpo-30813: Fix unittest when hunting refleaks (#25...

GitHub noreply at github.com
Fri Jun 30 06:52:54 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: e4f9a2d2be42d5a2cdd624f8ed7cdf5028c5fbc3
      https://github.com/python/cpython/commit/e4f9a2d2be42d5a2cdd624f8ed7cdf5028c5fbc3
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-06-30 (Fri, 30 Jun 2017)

  Changed paths:
    M Lib/unittest/test/test_discovery.py

  Log Message:
  -----------
  bpo-30813: Fix unittest when hunting refleaks (#2502)

bpo-11798, bpo-16662, bpo-16935, bpo-30813: Skip
test_discover_with_module_that_raises_SkipTest_on_import() and
test_discover_with_init_module_that_raises_SkipTest_on_import() of
test_unittest when hunting reference leaks using regrtest.




More information about the Python-checkins mailing list