pulumi/sdk/python/lib
Kyle Dixler 2498ce1d7c
make python provider.py more tolerant of unexpected command line args (#10223)
When running Component Providers, command line flags are passed. When debugging using --logflow --logtostderr -v=5, -v=5 is passed to argparse. argparse doesn't expect this and crashes as it is not in the list of parameters the program expects.

This change makes the program more fault tolerant around unexpected parameters being passed in by callers.

Fixes #10208
2022-07-25 08:11:34 -07:00
..
pulumi make python provider.py more tolerant of unexpected command line args (#10223) 2022-07-25 08:11:34 -07:00
test Update all references to pulumi so that source-map-support isn't deprecated anymore (#10032) 2022-07-01 20:31:57 +02:00
test_with_mocks [sdk/{nodejs,python}] Fix errors when testing remote components with mocks (#8053) 2021-09-24 06:08:13 -07:00
setup.py Update python protobuf (#10063) 2022-07-12 21:24:51 +01:00