STINNER Victor added the comment: Attached doctest_term_dummy.patch: workaround the issue by setting TERM env var to "dummy".
Why is test_CLI() implemented using a doctest? Why not reusing the unittest module to benefit from test.support and test.regrtest? (Hint: I don't like doctests :-)) ---------- Added file: http://bugs.python.org/file30696/doctest_term_dummy.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11390> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com