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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add compatibility arguments for pip list #3055

Merged
merged 2 commits into from Apr 16, 2024

Conversation

amv213
Copy link
Contributor

@amv213 amv213 commented Apr 16, 2024

Hello! This is my first PR so do not hesitate to let me know if anything should be done differently 馃檶馃徑

Summary

This PR starts adding useful error messages and warnings when people pass redundant or unsupported arguments to pip list.

For now, I've just covered pip list --outdated, which is currently unsupported.

Closes #2948

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, this makes sense to me.

@charliermarsh charliermarsh added the compatibility Compatibility with another interface e.g. `pip` label Apr 16, 2024
@charliermarsh charliermarsh merged commit 193704f into astral-sh:main Apr 16, 2024
38 checks passed
@amv213 amv213 deleted the amv213/pip-list-outdated branch April 16, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility Compatibility with another interface e.g. `pip`
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add nice error message for pip list --outdated
2 participants