@sethmlarson The context matters 💯
Flask runs a `pip install -e . ` to install itself to run tests. This gets a negative mark.
Same for running `pip install -U pip` to always be on the latest pip.
I don't know how someone may reasonably pin those.
They also get tripped up on locked Python dependencies via `pip install -r locked-filename.txt`.
These aren't helpful.