Make clear in PEP 503 that search is not supported. #6696
Labels
C: search
'pip search'
state: needs discussion
This needs some more discussion
type: enhancement
Improvements to functionality
Environment
Description
With a custom PEP 503 repo,
pip search -i <repo-root> foo
fails with:(Similar failure if rooted at /simple/, except it tries to POST to /simple/ instead of /RPC2).
Per #5216 it seems that search doesn't just walk the root and/or subdirs (which might be assumed), and uses a non-PEP 503 mechanism instead.
Expected behavior
This is documented, so the obvious
pip search
is not used by someone trying to test their implementation ;)The text was updated successfully, but these errors were encountered: