]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-154279: Skip readline completion tests that fail on DragonFly and illumos...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 20 Jul 2026 19:11:05 +0000 (22:11 +0300)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2026 19:11:05 +0000 (19:11 +0000)
commit1ad0eef8ce8ec3db548be89c40fa427494e82814
tree592c006f8c5b4d14d7613ed695f1dc550c3fc220
parent8e1b33d5fcf206e478dee4ab410ee551a2cc6ac0
[3.14] gh-154279: Skip readline completion tests that fail on DragonFly and illumos (GH-154280) (GH-154288)

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: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Lib/test/test_pdb.py