mirror of https://github.com/pulumi/pulumi.git
578e0937a9
# Description This PR refactors the existing Python dependency installation and command running code to use the `Toolchain` interface. This will make it possible to swap out the default Pip based toolchain for a Poetry based toolchain. Fixes https://github.com/pulumi/pulumi/issues/16285 Ref https://github.com/pulumi/pulumi/issues/15937 ## Checklist - [x] I have run `make tidy` to update any new dependencies - [x] I have run `make lint` to verify my code passes the lint check - [x] I have formatted my code using `gofumpt` |
||
---|---|---|
.. | ||
pip.go | ||
pip_test.go | ||
shim_unix.go | ||
shim_windows.go | ||
toolchain.go |