Closed
Description
The --always-unzip
option is specified as Deprecated in the code comments, and is not visible to the end-user (also see #2429 (comment)):
pip/src/pip/_internal/cli/cmdoptions.py
Lines 827 to 838 in 19e739c
And is also a no-op (we have a test which checks that as well when used in requirements.txt
)
pip/tests/unit/test_req_file.py
Lines 381 to 383 in 19e739c
Given those facts, we can go ahead and remove --always-unzip
from the source code and tests.
If this is something we agree upon, I can go ahead and create a PR for the same.