Kaydet (Commit) dc92ce97 authored tarafından Florent Xicluna's avatar Florent Xicluna

Fix an oversight in merge r78282.

üst 34f9277d
...@@ -23,7 +23,8 @@ requires('curses') ...@@ -23,7 +23,8 @@ requires('curses')
# FreeBSD buildbots, preventing other tests from running. See issue # FreeBSD buildbots, preventing other tests from running. See issue
# #7384. # #7384.
if 'freebsd' in sys.platform: if 'freebsd' in sys.platform:
raise unittest.SkipTest('The curses module is broken on FreeBSD. See http://bugs.python.org/issue7384.') raise TestSkipped('The curses module is broken on FreeBSD. '
'See http://bugs.python.org/issue7384.')
# XXX: if newterm was supported we could use it instead of initscr and not exit # XXX: if newterm was supported we could use it instead of initscr and not exit
term = os.environ.get('TERM') term = os.environ.get('TERM')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment