Fix pip completion --zsh by Freed-Wu · Pull Request #11417 · pypa/pip (original) (raw)

You can see which tests have failed by scrolling in the GitHub checks listing (the box below the text like "8 successful, 1 skipped, 4 failing, 8 cancelled, and 2 expected checks" or something similar) and clicking "Details" on anything with a red cross.

Here's a direct link to the pytest failure reports, from the CI pipeline that runs our test suite: https://github.com/pypa/pip/actions/runs/2942551721/jobs/4699742737#step:8:1827

I don't know how you've been playing around with the in-development version of pip. If you want to reproduce this test failure locally on your machine, I suggest looking at https://pip.pypa.io/en/stable/development/getting-started/ for the setup instructions for development (specifically, install nox). You should be able to run just the tests related to this PR by running nox -s tests-3.10 -- -k zsh
(replace 3.10 with whatever Python version you have installed).

Please feel welcome to ask more questions, if you have any. I'd be happy to answer them. :)