]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154279: Skip readline completion tests that fail on DragonFly and illumos (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 20 Jul 2026 18:32:24 +0000 (21:32 +0300)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2026 18:32:24 +0000 (18:32 +0000)
commite81f19052ae1dad6bfaa240f3e56c2b34129a8fd
treec862909306431d3c97de0a086810ee4e40fc767e
parenteca3b26067a48bf18e59648695ee1a7bc36534fc
gh-154279: Skip readline completion tests that fail on DragonFly and illumos (GH-154280)

They are already skipped on FreeBSD, where a backspace does not remove
the auto-indentation.  The same happens on DragonFly and illumos.

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