[issue12669] test_curses skipped on buildbots

STINNER Victor report at bugs.python.org
Mon Aug 8 13:39:32 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> Correction: the offending options are -j and *-W*

I changed regrtest -W recently to only run the tests once using StringIO as stdout. So it's a regression in Python 3.3.

Can't we create a dummy/temporary TTY for the curses tests using pty.openpty()?

----------

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


More information about the Python-bugs-list mailing list