]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154303: Skip test_sqlite3 CLI completion tests on OpenBSD (GH-154304)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 20 Jul 2026 22:10:11 +0000 (01:10 +0300)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2026 22:10:11 +0000 (22:10 +0000)
commit63b564fc8728036f165805407f7d2b4e8bfd3ef0
tree1b6a0d02e23a86bc7e9907193f8ac453fbcd5e10
parentbd315837d81ea6ccbe05aea919975765021f99cc
gh-154303: Skip test_sqlite3 CLI completion tests on OpenBSD (GH-154304)

OpenBSD's readline does not honor "completion-query-items 0", so completing
many candidates blocks on a "Display all N?" prompt that hangs the
pseudo-terminal opened by run_pty().  Skip the whole Completion class on
OpenBSD, like the existing libedit skip.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Lib/test/test_sqlite3/test_cli.py