]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-154303: Skip test_sqlite3 CLI completion tests on OpenBSD (GH-154304) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 21 Jul 2026 03:58:01 +0000 (05:58 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Jul 2026 03:58:01 +0000 (06:58 +0300)
commit8ba1b04b508d44900df63e6bb08031d0fb34fee2
tree1f25d33121949b91cb30ae33b8f1e0cb5e91b692
parentb7e0855344cce8bc1cb79be1afdf5382e8b5eb2e
[3.15] gh-154303: Skip test_sqlite3 CLI completion tests on OpenBSD (GH-154304) (GH-154305)

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.
(cherry picked from commit 63b564fc8728036f165805407f7d2b4e8bfd3ef0)

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