pulumi/tests/integration/transforms
Julien 814aea30ff
Switch to pyproject.toml + uv (#18081)
Switch from setup.py to pyproject.toml, and from pip+venv to uv.

This gets rid of "build" folder `env` for the Python SDK. Python does
not have to be built, and the SDK can be installed directly from
`sdk/python`, with or without the `--editable` flag. Previously having a
"build" output helped with the SDK version, but this was previously
addressed when we added the version in the source in
https://github.com/pulumi/pulumi/pull/15713.

In a follow up PR we can move ruff and mypy config into
`pyproject.toml`.
2024-12-27 13:53:42 +00:00
..
go/simple Update golang.org/x/net throughout (#18115) 2024-12-25 17:49:25 +00:00
nodejs implement invoke transforms for NodeJS (#16688) 2024-07-18 08:41:39 +00:00
python/simple sdk/python: add support for stack invoke transforms (#16701) 2024-07-19 08:01:23 +00:00
transforms_go_test.go Enable goheader rule and add missing license headers (#15473) 2024-09-09 12:05:45 +00:00
transforms_nodejs_test.go Enable goheader rule and add missing license headers (#15473) 2024-09-09 12:05:45 +00:00
transforms_py_test.go Switch to pyproject.toml + uv (#18081) 2024-12-27 13:53:42 +00:00
transforms_test.go Enable goheader rule and add missing license headers (#15473) 2024-09-09 12:05:45 +00:00