]> granicus.if.org Git - python/commit
bpo-30813: Fix unittest when hunting refleaks (#2502) (#2505)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 30 Jun 2017 11:12:20 +0000 (13:12 +0200)
committerGitHub <noreply@github.com>
Fri, 30 Jun 2017 11:12:20 +0000 (13:12 +0200)
commit22d4e8fb99b16657eabfe7f9fee2d40a5ef882f6
tree9b8a6667ae08f101dc1c30879e9a5ccc1c562ac0
parentd0aac5da59b1bbd113e6081d7c807ad5bced8a05
bpo-30813: Fix unittest when hunting refleaks (#2502) (#2505)

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.
(cherry picked from commit e4f9a2d2be42d5a2cdd624f8ed7cdf5028c5fbc3)
Lib/unittest/test/test_discovery.py