Drop explicit tool installation in the dev container#138211
Conversation
This is now handled upstream in the dev container image itself.
|
Thanks @brettcannon for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
This is now handled upstream in the dev container image itself. (cherry picked from commit d910b93) Co-authored-by: Brett Cannon <brett@python.org>
|
GH-138212 is a backport of this pull request to the 3.14 branch. |
This is now handled upstream in the dev container image itself.
|
From 375f12c Mon Sep 17 00:00:00 2001 From: Brett Cannon brett@python.org Date: Wed, 27 Aug 2025 16:41:31 -0700 Subject: [PATCH] Drop explicit tool installation in the dev container This is now handled upstream in the dev container image itself. (cherry picked from commit d910b93) Co-authored-by: Brett Cannon brett@python.org .devcontainer/devcontainer.json | 3 1 file changed, 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontain index 64c85c1101e6e6..2e6d91669d576d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@-5,9 +5,6 @@ "dnf", "install", "-y", "which", "zsh", "fish", // For umask fix below "/usr/bin/setfacl" |
This is now handled upstream in the dev container image itself (python/cpython-devcontainers#52).