pulumi/tests/integration/transformations
Thomas Gummerer c94950bf8f
fix dll loading errors in windows CI (#17410)
Loading the user32 DLL sometimes fails in CI for unknown reasons. This
seems to come from the atotto/clipboard package, which loads the DLL
globally, when it's being initialized. This commit attempts to work
around that by using a version that simply doesn't load the DLL at all,
to see if that fixes the issues.

We could potentially do a bit better, and actually hack the library so
it only tries to load the DLL when the clipboard is actually being used,
but I want to see if this works first.

Fixes https://github.com/pulumi/pulumi/issues/14240
2024-10-02 08:43:42 +00:00
..
go/simple fix dll loading errors in windows CI (#17410) 2024-10-02 08:43:42 +00:00
nodejs/simple Remove unused `package.json` files from tests (#13162) 2024-07-08 14:09:16 +00:00
python/simple Refactor transformation tests and add Go test (#14851) 2023-12-16 14:06:27 +00:00
transformations_go_test.go Enable goheader rule and add missing license headers (#15473) 2024-09-09 12:05:45 +00:00
transformations_nodejs_test.go Enable goheader rule and add missing license headers (#15473) 2024-09-09 12:05:45 +00:00
transformations_py_test.go Enable goheader rule and add missing license headers (#15473) 2024-09-09 12:05:45 +00:00
transformations_test.go Enable goheader rule and add missing license headers (#15473) 2024-09-09 12:05:45 +00:00