[issue31924] Fix test_curses on NetBSD 8

Serhiy Storchaka report at bugs.python.org
Thu Nov 2 10:01:32 EDT 2017


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

The NetBSD curses library in NetBSD 8 provides the panel extension. compatible with ncurses. But a panel can not be created from stdscr. This causes failing two tests in test_curses. These tests were added not long time ago, and there are not reasons to create panels from stdscr instead of other windows. Hence the proposed PR just makes these two tests creating panels from new windows, as in other two tests.

----------
assignee: serhiy.storchaka
components: Tests
messages: 305424
nosy: serhiy.storchaka, twouters
priority: normal
severity: normal
status: open
title: Fix test_curses on NetBSD 8
type: behavior
versions: Python 2.7, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31924>
_______________________________________


More information about the Python-bugs-list mailing list