feat(python): add --all-variants option to show debug builds in uv python list#18849
Open
Jah-yee wants to merge 2 commits intoastral-sh:mainfrom
Open
feat(python): add --all-variants option to show debug builds in uv python list#18849Jah-yee wants to merge 2 commits intoastral-sh:mainfrom
Jah-yee wants to merge 2 commits intoastral-sh:mainfrom
Conversation
Apply the same filtering logic used for NO_COLOR and FORCE_COLOR to SSL_CERT_FILE. Empty values should be ignored rather than treated as valid paths. This aligns with the behavior of SSL_CERT_DIR which already uses this pattern. Fixes astral-sh#18426
…ython list' Previously, debug builds were always hidden in 'uv python list'. This commit adds the --all-variants flag to optionally show debug builds. Fixes astral-sh#15983
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Good day,
This PR adds the
--all-variantsoption touv python listcommand, which allows users to see debug builds in the output.Changes
--all-variantsCLI flag inuv-clipython listcommand to acceptall_variantsparameterall_variantsis setIssue
Fixes #15983
Thank you for your attention. If there are any issues or suggestions, please leave a comment and I will address them promptly.
Warmly,
Jah-yee
https://github.com/Jah-yee