Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-30813: Fix unittest when hunting refleaks #2502

Merged
merged 1 commit into from
Jun 30, 2017
Merged

bpo-30813: Fix unittest when hunting refleaks #2502

merged 1 commit into from
Jun 30, 2017

Conversation

vstinner
Copy link
Member

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.

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.
@vstinner vstinner merged commit e4f9a2d into python:master Jun 30, 2017
@vstinner vstinner deleted the unittest_cleanup branch June 30, 2017 10:52
@bedevere-bot
Copy link

GH-2505 is a backport of this pull request to the 3.6 branch.

@bedevere-bot
Copy link

GH-2506 is a backport of this pull request to the 3.5 branch.

vstinner added a commit that referenced this pull request Jun 30, 2017
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 e4f9a2d)
vstinner added a commit that referenced this pull request Jun 30, 2017
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 e4f9a2d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants