-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Poetry plugin: use parameters rather than env vars #2025
Labels
Comments
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/CRAFT-3794.
|
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/CRAFT-3795.
|
lengau
added a commit
that referenced
this issue
Dec 16, 2024
This moves the environment variable configuration to use a parameter. This is needed because pip does not load environment variables in a deterministic order, but the order of these parameters matters. Requires canonical/craft-parts#940 Fixes #2025 CRAFT-3794
lengau
added a commit
that referenced
this issue
Dec 17, 2024
This moves the environment variable configuration to use a parameter. This is needed because pip does not load environment variables in a deterministic order, but the order of these parameters matters. Requires canonical/craft-parts#940 Fixes #2025 CRAFT-3794
lengau
added a commit
to tmihoc/charmcraft
that referenced
this issue
Dec 19, 2024
This moves the environment variable configuration to use a parameter. This is needed because pip does not load environment variables in a deterministic order, but the order of these parameters matters. Requires canonical/craft-parts#940 Fixes canonical#2025 CRAFT-3794
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What needs to get done
The Charmcraft version of the poetry plugin uses environment variables to set pip options rather than parameters. With canonical/craft-parts#932 it makes better sense to put this in parameters. This needs to be done before the Charmcraft 3.3 release since it breaks those plugins
Why it needs to get done
Requested by data platform team
The text was updated successfully, but these errors were encountered: