mirror of https://github.com/pulumi/pulumi.git
a9b555df1d
* `pip` & the `wheel` package are dependencies before lint/build. * Fix a .py file committed without the execute bit Used these commands with `watchexec` to make a variety of changes and then backed them out to find the minimum viable patch. `watchexec "git clean -xfd; make lint"` `watchexec "git clean -xfd; make build_package"` And finally: `watchexec "git clean -xfd; make test_all"` Initially I thought the issue was that my distro only has `/usr/bin/python3` as I was getting errors on running `python`, but it looks like the issue was primarily activating the environment and making sure dependencies were installed correctly. There was an idempotency issue as well, where the commands would fail on first run, but on second the `bdist_wheel` package would be set up and they would succeed. |
||
---|---|---|
.. | ||
__init__.py | ||
__main__.py | ||
test_resource_thens.py |