virtualenv-api
virtualenv-api copied to clipboard
Remove search test cases
Hello.
pip search API was disabled in December 2020 because of a lot of performance issues:
https://github.com/pypa/pip/issues/5216#issuecomment-744605466
So tests cases using this feature are also failing now. It's time to remove them.
But other repo implementations which are compatible with PyPI API were not affected, e.g. Nexus or Artifactory installations. Because of that let's keep the .search method in the package. At least until pip search command will be removed completely.
@sjkingo could you please take a look on that and few other PRs?