mirror of https://github.com/pulumi/pulumi.git
bb9b5d52f0
Python ProgramTests would flake during preparation, but pass on re-run. Python ProgramTests would use the hash of the `requirements.txt` to determine the directory to use as its virtualenv. When multiple Python ProgramTests `pip install` the same virtualenv, it would cause test failures which would pass on re-run since there would no longer be contention. |
||
---|---|---|
.. | ||
authhelpers | ||
backend | ||
cmd/pulumi | ||
codegen | ||
display | ||
engine | ||
graph | ||
importer | ||
operations | ||
resource | ||
secrets | ||
testing/integration | ||
util | ||
version | ||
workspace | ||
README.md | ||
go.mod | ||
go.sum |
README.md
pulumi/pkg
While pulumi/sdk maintains strict backwards compatibility guarantees, code under pkg/ is handled more informally: while breaking changes are still discouraged they may happen when they make sense.