pulumi/pkg/workspace
Fraser Waters fbbde3928a
Actually disable plugin acquisition (#14134)
<!--- 
Thanks so much for your contribution! If this is your first time
contributing, please ensure that you have read the
[CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md)
documentation.
-->

# Description

<!--- Please include a summary of the change and which issue is fixed.
Please also include relevant motivation and context. -->

Turns out in https://github.com/pulumi/pulumi/pull/14104 we typo'd the
environment variable name, missing the "PULUMI_" prefix at the start.

This change fixes that, and the resulting fall out of tests running with
automatic plugin downloads being disabled by default.
One test it made sense to actually check with and without the envvar
set. All the others I've just made sure the envvar is falsy so they can
fetch the plugins they want to.

I've also un-skipped the tests that had been disabled due to always
hitting the rate limits. Hopefully now we should be hitting github less
often to allow these to pass consistently.
2023-10-14 08:32:43 +00:00
..
plugin.go Actually disable plugin acquisition (#14134) 2023-10-14 08:32:43 +00:00
plugin_test.go workspace/InstallPluginError: Use PluginSpec 2023-05-12 11:05:11 -07:00
templates.go Use fallback project name rather than "pulum" (#13953) 2023-09-18 18:01:37 +00:00
templates_test.go Use fallback project name rather than "pulum" (#13953) 2023-09-18 18:01:37 +00:00