--global-option in requirements.txt doesn't take an effect with pip wheel #6047
Labels
C: requirement file
Using `requirements.txt`
state: needs eyes
Needs a maintainer/triager to take a closer look
Environment
Description
If
--global-option
is written in requirements.txt (likesomepackage --global-option=clean
), thenpip wheel
won't pick up the option.Case no. 1:
--global-option=clean
via command lineThe
clean
is inserted beforebdist_wheel
successfully.Case no. 2:
--global-option=clean
via requirements.txtThe
clean
doesn't appear and this is the issue I'd like to report.Expected behavior
Case no. 2 results the same with case no. 1.
Notes
pip install
doesn't seem to have the same issue.19.0.dev0 would be worse because--global-option=clean
does no longer take an effect even if the option is given via command line.The text was updated successfully, but these errors were encountered: