pulumi/sdk/python/cmd
Will Jones 6f4cb73ba9
Sort `requirements.txt` files when generating Python code (#16115)
A couple of our tests now generate multi-line `requirements.txt` whose
order is dependent on that in which we enumerate packages when testing.
This PR changes this so that we always sort them, meaning we can
consistently check against snapshotted results (as opposed to having
flaky tests that only pass when the generated order matches the one we
happened to snapshot last).

Fixes https://github.com/pulumi/pulumi/issues/16113
2024-05-03 15:07:56 +00:00
..
pulumi-language-python Sort `requirements.txt` files when generating Python code (#16115) 2024-05-03 15:07:56 +00:00
pulumi-language-python-exec Clean up legacy Py 3.7 support (#15276) 2024-01-30 10:23:57 +00:00