pulumi/tests
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
..
integration Launch Python programs with 'python3' by default (#2204) 2018-11-19 17:54:24 -05:00
main_test.go Update test frameworks to new packages 2018-09-05 08:16:14 -07:00
new_test.go Initial support for passing URLs to new and up (#1727) 2018-08-10 18:08:16 -07:00
stack_test.go Implement RegisterResourceOutputs for Python 3 (#2173) 2018-11-08 09:44:34 -08:00