]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] Drop explicit tool installation in the dev container (GH-138211) (GH-138212)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Oct 2025 21:38:31 +0000 (23:38 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 21:38:31 +0000 (21:38 +0000)
Drop explicit tool installation in the dev container (GH-138211)

This is now handled upstream in the dev container image itself.
(cherry picked from commit d910b93f786982a11d7d6b7562716c2f50513f00)

Co-authored-by: Brett Cannon <brett@python.org>
.devcontainer/devcontainer.json

index 2720ac30e1cc6a6dca5cb37e4ed1179033c624ed..fb11c82bb96d9cde4aaf59682f255c40f6084a60 100644 (file)
@@ -5,9 +5,6 @@
         "dnf",
         "install",
         "-y",
-        "which",
-        "zsh",
-        "fish",
         // For umask fix below.
         "/usr/bin/setfacl"
     ],