You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tox currently passes PIP_INDEX_URL as a default environment config. This parameter allows the user to specify a package index.
pip supports another configuration parameter for additional indexes; PIP_EXTRA_INDEX_URL.
I think it would be beneficial to pass PIP_EXTRA_INDEX_URL by default in addition to PIP_INDEX_URL to support index configuration parameters transparently
The text was updated successfully, but these errors were encountered:
Feel free to open a PR against master and fix it. My available efforts at the moment are aimed at fixing this as part of #1394, but that probably will take a while (ETA September).
tox currently passes
PIP_INDEX_URL
as a default environment config. This parameter allows the user to specify a package index.pip supports another configuration parameter for additional indexes;
PIP_EXTRA_INDEX_URL
.I think it would be beneficial to pass
PIP_EXTRA_INDEX_URL
by default in addition toPIP_INDEX_URL
to support index configuration parameters transparentlyThe text was updated successfully, but these errors were encountered: