mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #7384: If the system readline library is linked against
ncurses, do not link the readline module against ncursesw.
This commit is contained in:
parent
0dc3d035f3
commit
b0434fcd4b
3 changed files with 53 additions and 24 deletions
|
@ -23,11 +23,6 @@ requires('curses')
|
|||
curses = import_module('curses')
|
||||
curses.panel = import_module('curses.panel')
|
||||
|
||||
# skip all these tests on FreeBSD: test_curses currently hangs the
|
||||
# FreeBSD buildbots, preventing other tests from running. See issue
|
||||
# #7384.
|
||||
if 'freebsd' in sys.platform:
|
||||
raise unittest.SkipTest('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
|
||||
term = os.environ.get('TERM')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue