]> granicus.if.org Git - python/commit
bpo-30813: Fix unittest when hunting refleaks (#2502)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 30 Jun 2017 10:52:52 +0000 (12:52 +0200)
committerGitHub <noreply@github.com>
Fri, 30 Jun 2017 10:52:52 +0000 (12:52 +0200)
commite4f9a2d2be42d5a2cdd624f8ed7cdf5028c5fbc3
tree231eaa41ca9f4c8f4db5eb9305f2efc9af433017
parentb9030674624c181d6e9047cdb14ad65bb6c84c66
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.
Lib/unittest/test/test_discovery.py