[New-bugs-announce] [issue15664] test_curses not run with 'make test'

Ronald Oussoren report at bugs.python.org
Wed Aug 15 12:31:19 CEST 2012


New submission from Ronald Oussoren:

I noticed that 'test_curses' is not started when performing "make test" on an OSX box:

...
[ 42/369] test_curses
test_curses skipped -- sys.__stdout__ is not a tty
...

The host is a machine running OSX 10.8, fully up-to-date with patches and the current version of Xcode. 

The same thing happens when starting the testrunning in the same way as used by the test target in the Makefile:

$ ./python.exe -W default -bb -E -R -m test -r -w -j 0 -u all,-largefile,-audio,-gui test_curses
Using random seed 9471227
[1/1] test_curses
test_curses skipped -- sys.__stdout__ is not a tty
1 test skipped:
    test_curses
Those skips are all expected on darwin.

----------
components: Tests
messages: 168272
nosy: ronaldoussoren
priority: normal
severity: normal
status: open
title: test_curses not run with 'make test'
versions: Python 3.3

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


More information about the New-bugs-announce mailing list