]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-154279: Skip readline completion tests that fail on DragonFly and illumos...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 21 Jul 2026 06:18:07 +0000 (08:18 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Jul 2026 06:18:07 +0000 (09:18 +0300)
commit91839e53a93a39e6fc7aa30343ded89a763a3fe6
tree07b063cbbd883499295b21becf192e0bb7827e83
parentc0129a07efd95e6290fdf87651aa5a88f7d86a97
[3.15] gh-154279: Skip readline completion tests that fail on DragonFly and illumos (GH-154280) (GH-154282)

They are already skipped on FreeBSD, where a backspace does not remove
the auto-indentation.  The same happens on DragonFly and illumos.
(cherry picked from commit e81f19052ae1dad6bfaa240f3e56c2b34129a8fd)

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