-
Notifications
You must be signed in to change notification settings - Fork 762
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
implement --invert
for pip tree
#4621
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a test to see how --invert
interacts with --no-dedupe
? After that this looks good to me.
92d166c
to
98ab978
Compare
all done 🌵 |
I haven't looked at the implementation in detail, but is there a reason we want this to be |
no reason, i just followed the naming convention in |
I kind of find |
Summary
partially resolves #4439
Test Plan
existing tests pass + added a couple of new tests with
--invert
.