This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_email_codecs is skipped because it fails to import TestSkipped from test_support
Type: behavior Stage: needs patch
Components: Library (Lib) Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, r.david.murray
Priority: normal Keywords: easy

Created on 2009-03-30 02:03 by r.david.murray, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg84456 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2009-03-30 02:03
Recently (maybe within the last couple days) on the 2.7 trunk
test_email_codecs has started to get skipped:

rdmurray@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
msg84458 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-03-30 02:16
Fixed in r70703.
History
Date User Action Args
2022-04-11 14:56:47adminsetgithub: 49849
2009-03-30 02:16:07benjamin.petersonsetstatus: open -> closed
resolution: fixed
messages: + msg84458
2009-03-30 02:03:06r.david.murraycreate