-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Ignore require-virtualenv in pip index
#10658
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
Ignore require-virtualenv in pip index
#10658
Conversation
It would be nice to have a test for this - but I note that #8603 didn't include a test, so I'm inclined to accept this without a test and add tests for both cases in a follow-up PR. |
5873db4
to
312a714
Compare
I started taking a look at the tests- as far as I can tell This is the only reference I can find (
my first thought is to implement something like:
however... that test condition looks an awful lot like a reimplementation of the original implementation...
error condition truth matrix:
so I guess I'm a little lost on what a test for this should look like... |
Maybe also relevant to note I theres another 'meta' problem here that we might test tho... one idea might be to have an explicit list of commands known to |
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
312a714
to
3b76075
Compare
PS: previous CI run failed from missing double-backticks
i |
require-virtualenv not being tested is a big part of why it wasn't a documented/supported UI. I think it's fine to kick the can down the road for this, and just merge this as-is. |
This has been already done by 62fb64a. I'll open an issue to track adding tests for this. |
resolves #10657
extremely similar to #8603 and follows same conventions