pulumi/sdk/python/lib/test/langhost/resource_thens
Aaron Friel a9b555df1d [sdk/python] Fix makefile target ordering, +x .py
* `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.
2022-01-19 14:38:21 -08:00
..
__init__.py Add two new Python tests and fix bugs (#2147) 2018-11-02 16:50:10 -07:00
__main__.py Only await input properties once. (#3024) 2019-08-03 10:29:19 -07:00
test_resource_thens.py [sdk/python] Fix makefile target ordering, +x .py 2022-01-19 14:38:21 -08:00