pulumi/tests/integration
Sean Gillespie 03dbf2754c
Launch Python programs with 'python3' by default (#2204)
'python' is not usually symlinked to 'python3' on most distros unless
you are already running in a virtual environment. Launching 'python3'
explicitly ensures that we will either launch the program successfully
or immediately fail, instead of launching the program with Python 2 and
failing with syntax errors at runtime.

This commit also emits an error message asking users to install Python
3.6 or later if we failed to find the 'python3' executable.
2018-11-19 17:54:24 -05:00
..
config_basic Remove existing lock files 2018-11-12 15:33:58 -08:00
config_capture_e2e/nodejs Remove existing lock files 2018-11-12 15:33:58 -08:00
delete_before_create Remove existing lock files 2018-11-12 15:33:58 -08:00
dependency_steps Remove existing lock files 2018-11-12 15:33:58 -08:00
double_pending_delete Remove existing lock files 2018-11-12 15:33:58 -08:00
duplicate_urns Fix deletes with duplicate URNs. (#1716) 2018-08-07 11:01:08 -07:00
empty Remove existing lock files 2018-11-12 15:33:58 -08:00
explicit_provider Remove existing lock files 2018-11-12 15:33:58 -08:00
get_created Remove existing lock files 2018-11-12 15:33:58 -08:00
invalid_package_json Remove existing lock files 2018-11-12 15:33:58 -08:00
partial_state Remove existing lock files 2018-11-12 15:33:58 -08:00
project_main Remove existing lock files 2018-11-12 15:33:58 -08:00
project_main_abs Fix pending delete replacement failure (#658) 2017-12-07 09:44:38 -08:00
project_main_parent Fix pending delete replacement failure (#658) 2017-12-07 09:44:38 -08:00
protect_resources Remove existing lock files 2018-11-12 15:33:58 -08:00
read Reimplement refresh. (#1814) 2018-08-22 17:52:46 -07:00
recreate_resource_check Remove existing lock files 2018-11-12 15:33:58 -08:00
stack_bad_parenting Remove existing lock files 2018-11-12 15:33:58 -08:00
stack_dependencies Remove existing lock files 2018-11-12 15:33:58 -08:00
stack_outputs Remove existing lock files 2018-11-12 15:33:58 -08:00
stack_parenting Remove existing lock files 2018-11-12 15:33:58 -08:00
stack_project_name Remove existing lock files 2018-11-12 15:33:58 -08:00
stack_reference Add an API for importing stack outputs (#2180) 2018-11-14 13:33:35 -08:00
steps Remove existing lock files 2018-11-12 15:33:58 -08:00
integration_test.go Launch Python programs with 'python3' by default (#2204) 2018-11-19 17:54:24 -05:00