]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Skip curses tests when scr_dump()/is_keypad() are unavailable (GH-153866)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 17 Jul 2026 21:59:27 +0000 (00:59 +0300)
committerGitHub <noreply@github.com>
Fri, 17 Jul 2026 21:59:27 +0000 (21:59 +0000)
commita4c19f5323e9b16556388926fd804366d0112690
tree0d6c15939fef80feb917f600f3948a056b595847
parent34f109db9579fe5f597d8b00653e905b40590410
Skip curses tests when scr_dump()/is_keypad() are unavailable (GH-153866)

test_scr_dump() and test_state_getters() errored instead of skipping on
builds without scr_dump(), is_keypad() or is_leaveok() (e.g. some narrow
ncurses, NetBSD, PDCurses).

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Lib/test/test_curses.py