[issue5599] test_email_codecs is skipped because it fails to import TestSkipped from test_support

R. David Murray report at bugs.python.org
Mon Mar 30 04:03:07 CEST 2009


New submission from R. David Murray <rdmurray at bitdance.com>:

Recently (maybe within the last couple days) on the 2.7 trunk
test_email_codecs has started to get skipped:

rdmurray at partner:~/python/trunk>./python -m test.regrtest test_email_codecs
test_email_codecs
test_email_codecs skipped -- cannot import name TestSkipped
1 test skipped:
    test_email_codecs
1 skip unexpected on linux2:
    test_email_codecs

----------
components: Library (Lib)
keywords: easy
messages: 84456
nosy: benjamin.peterson, bitdancer
priority: normal
severity: normal
stage: needs patch
status: open
title: test_email_codecs is skipped because it fails to import TestSkipped from test_support
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5599>
_______________________________________


More information about the Python-bugs-list mailing list