Skip to content
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

--exclude-editable and --exclude args for uv pip list #1985

Merged
merged 3 commits into from
Feb 26, 2024

Conversation

sbrugman
Copy link
Contributor

@sbrugman sbrugman commented Feb 26, 2024

Allows filtering out editable (--exclude-editable) and explicitly provided packages (--exclude setuptools) from uv pip list.

https://pip.pypa.io/en/stable/cli/pip_list/

Continuation of #1401

Test Plan

Extended existing tests to cover these new arguments.

Copy link
Member

@charliermarsh charliermarsh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@charliermarsh charliermarsh added compatibility Compatibility with a specification or another tool cli Related to the command line interface labels Feb 26, 2024
@charliermarsh charliermarsh enabled auto-merge (squash) February 26, 2024 20:47
@charliermarsh charliermarsh merged commit 98753fa into astral-sh:main Feb 26, 2024
7 checks passed
@sbrugman sbrugman deleted the pip-list-args branch February 26, 2024 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Related to the command line interface compatibility Compatibility with a specification or another tool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants