-
-
Notifications
You must be signed in to change notification settings - Fork 610
Closed
Labels
need: upstream supportAn issue that needs changes in upstream codeAn issue that needs changes in upstream codetype: pippip/pypi integrationpip/pypi integration
Description
🚀 feature request
Relevant Rules
pip.parse
when using experimental_index_url
and experimental_extra_index_urls
Description
Using the bazel downloader can result in a lot of warnings:
$ bazel test //src/pyle_xc/fab/package_tester:web_api_test
Starting local Bazel server and connecting to it...
WARNING: Download from https://[REDACTED]/simple/rsa/ failed: class java.io.FileNotFoundException GET returned 404 Not Found
WARNING: Download from https://[REDACTED]/simple/uv/ failed: class java.io.FileNotFoundException GET returned 404 Not Found
WARNING: Download from https://[REDACTED]/simple/h11/ failed: class java.io.FileNotFoundException GET returned 404 Not Found
WARNING: Download from https://[REDACTED]/simple/ply/ failed: class java.io.FileNotFoundException GET returned 404 Not Found
WARNING: Download from https://[REDACTED]/simple/jq/ failed: class java.io.FileNotFoundException GET returned 404 Not Found
Can these be silenced in some way?
This may not be feasible/reasonable via rules_python because it's part of Bazel core.
Describe the solution you'd like
An attribute on pip.parse
would be nice.
Describe alternatives you've considered
I'm investigating the bazel --logging
flag and asking around.
Metadata
Metadata
Assignees
Labels
need: upstream supportAn issue that needs changes in upstream codeAn issue that needs changes in upstream codetype: pippip/pypi integrationpip/pypi integration