https://github.com/python/cpython/commit/d910b93f786982a11d7d6b7562716c2f50513f00
commit: d910b93f786982a11d7d6b7562716c2f50513f00
branch: main
author: Brett Cannon <[email protected]>
committer: brettcannon <[email protected]>
date: 2025-08-27T23:41:31Z
summary:
Drop explicit tool installation in the dev container (GH-138211)
This is now handled upstream in the dev container image itself.
files:
M .devcontainer/devcontainer.json
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 2720ac30e1cc6a..fb11c82bb96d9c 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"
],
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]