]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154419: Find the fish shell in test_venv (GH-154420)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 22 Jul 2026 05:53:27 +0000 (08:53 +0300)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 05:53:27 +0000 (05:53 +0000)
commit458367e60c14fd1b443af4ed7a3fd5135b6d0c35
treed30dbe4afd9f5f51424f488aaee38f7753f38e5a
parentb0c945a27e708419c6845234ef633ce3f7c4c41e
gh-154419: Find the fish shell in test_venv (GH-154420)

shutil.which('fish') can find the unrelated "Go Fish" game, which is
shipped on several BSD systems.  Search PATH for an executable which
behaves like the fish shell instead.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Lib/test/test_venv.py