Ronald Oussoren added the comment:

I knew the test failure looked familiar, but couldn't find the issue in the 
tracker.


This issue (test_curses not running with make test) is due to '-j0' in the 
arguments to the test runner: with -j0 the runner uses multiprocessing and the 
stdout and stderr of the child processes are pipes, hence both sys.stdout and 
sys.__stdout__ are not tty's and the test isn't started.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15664>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to