🐞 bug report
Affected Rule
pip.parse
Is this a regression?
I doubt it
Description
experimental_index_url = "https://pypi.org/simple",
experimental_index_url_overrides = {
"torchvision": "https://404.com",
"torchaudio": "https://404.com",
},
If you have invalid urls in your experimental_index_url_overrides, the error message looks like this:
Error in fail: Failed to download metadata for ["torchaudio", "torchvision"] for from urls: ["https://pypi.org/simple"].
If you would like to skip downloading metadata for these packages please add 'simpleapi_skip=[
"torchaudio",
"torchvision",
]' to your 'pip.parse' call.
Since the URL here
is hardcoded to the list, and doesn't propagate the actual urls that were tried.
This doesn't change functionality but might distract you into thinking your configuration was wrong.
🌍 Your Environment
Rules_python version:
https://github.com/bazel-contrib/rules_python/commit/f2fa07a56f575028cd84d4d4d169b734507c34d7
🐞 bug report
Affected Rule
pip.parseIs this a regression?
I doubt it
Description
If you have invalid urls in your
experimental_index_url_overrides, the error message looks like this:Since the URL here
rules_python/python/private/pypi/simpleapi_download.bzl
Line 135 in f2fa07a
This doesn't change functionality but might distract you into thinking your configuration was wrong.
🌍 Your Environment
Rules_python version: