pulumi/tests/integration/python
Mikhail Shilkov 8cdfd645b3
Convert PEP440 local version to semver prerelease in setup.py (#18289)
PEP440 only allows a small set of prerelease tags, so when converting an
arbitrary prerelease, PypiVersion in `/pkg/codegen/python/utilities.go`
converts it to a "local" version with a `+` sign. This PR does the
reverse conversion and sets the local version as the prerelease tag.

Resolve https://github.com/pulumi/pulumi/issues/18288
2025-01-22 12:50:14 +00:00
..
config-getter-types Add regression test for config overloads (#16884) 2024-08-09 08:46:27 +00:00
duplicate-output [tests/integration] Remove `pulumi` from `requirements.txt` (#15226) 2024-01-24 14:16:40 +00:00
dynamic-provider Fix dynamic providers when using Poetry or uv (#18126) 2025-01-02 17:33:48 +00:00
excepthook Fix callbackserver shutdown (#18190) 2025-01-10 20:48:05 +00:00
implicit-dependency-cycles [sdk/python] Adds a default exception when dependency cycles are created (#14597) 2023-11-21 16:26:02 +00:00
missing-main [tests/integration] Remove `pulumi` from `requirements.txt` (#15226) 2024-01-24 14:16:40 +00:00
mypy Add 'typechecker' option to python runtime (#15725) 2024-03-28 10:41:22 +00:00
packageadd_pip Modify packages for the user instead of printing instructions when adding package. (#17815) 2024-12-09 10:19:05 +00:00
packageadd_poetry Modify packages for the user instead of printing instructions when adding package. (#17815) 2024-12-09 10:19:05 +00:00
packageadd_uv Modify packages for the user instead of printing instructions when adding package. (#17815) 2024-12-09 10:19:05 +00:00
parameterized Convert PEP440 local version to semver prerelease in setup.py (#18289) 2025-01-22 12:50:14 +00:00
poetry Support Poetry as Python toolchain (#16315) 2024-06-06 14:16:24 +00:00
poetry-main Search upwards for pyproject.toml when using Poetry (#17388) 2024-09-26 15:13:21 +00:00
poetry-main-and-parent Search upwards for pyproject.toml when using Poetry (#17388) 2024-09-26 15:13:21 +00:00
poetry-parent Search upwards for pyproject.toml when using Poetry (#17388) 2024-09-26 15:13:21 +00:00
pylint
pyright Add 'typechecker' option to python runtime (#15725) 2024-03-28 10:41:22 +00:00
pyright-missing Provide installation instructions for the python typechecker (#16539) 2024-07-01 15:17:03 +00:00
resource_args [tests/integration] Fix `resource_args` for Python 3.12 (#15224) 2024-01-24 12:47:34 +00:00
stack_truncate [tests/integration] Remove `pulumi` from `requirements.txt` (#15226) 2024-01-24 14:16:40 +00:00
translation
uv Add Uv as a Python toolchain (#17609) 2024-11-07 16:26:22 +00:00
uv-convert-requirements Add Uv as a Python toolchain (#17609) 2024-11-07 16:26:22 +00:00
uv-convert-requirements-subfolder Add Uv as a Python toolchain (#17609) 2024-11-07 16:26:22 +00:00
uv-main Add Uv as a Python toolchain (#17609) 2024-11-07 16:26:22 +00:00
uv-no-venv-option Add Uv as a Python toolchain (#17609) 2024-11-07 16:26:22 +00:00
uv-no-venv-option-parent Add Uv as a Python toolchain (#17609) 2024-11-07 16:26:22 +00:00
uv-parent Add Uv as a Python toolchain (#17609) 2024-11-07 16:26:22 +00:00
uv-with-error Fix hang on error when using uv on Windows (#18054) 2024-12-16 18:14:20 +00:00
venv python: add test showing that attaching a debugger works (#17270) 2024-09-17 10:13:32 +00:00
venv-with-main