pulumi
pulumi copied to clipboard
WIP - refactor python toolchain
Description
Fixes # (issue)
Checklist
- [ ] I have run
make tidyto update any new dependencies - [ ] I have run
make lintto verify my code passes the lint check- [ ] I have formatted my code using
gofumpt
- [ ] I have formatted my code using
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have run
make changelogand committed thechangelog/pending/<file>documenting my change
- [ ] Yes, there are changes in this PR that warrants bumping the Pulumi Cloud API version
Changelog
[uncommitted] (2024-06-03)
Miscellaneous
- [sdk/python] Move dependency installation and python command invocation to Toolchain interface #16243