pip should respect package index option when installing build requirements #5315
Labels
auto-locked
Outdated issues that have been locked by automation
type: bug
A confirmed bug or unintended behavior
Description:
I tried to build wheel using
pyproject.toml
and using only wheels available at my own wheelhouse. As may be seen from logs pip downloads transitive dependencies from pypi however it must try to find dependencies only at places I specified and do not use pypi and external sources at all.What I've run:
The text was updated successfully, but these errors were encountered: