馃悶 bug report
Affected Rule
The issue is caused by the rule:
See https://github.com/bazel-contrib/rules_python/pull/3948/changes#r3800974643
Is this a regression?
Yes, the previous version in which this bug was not present was: ....
Yes, pip.parse accepted timeouts like the docs mention
Description
A clear and concise description of the problem...
On the tin
馃敩 Minimal Reproduction
pip.parse with experimental_index_url and timeout specified breaks this
馃敟 Exception or Error
(00:01:57) ERROR: /home/nathanael/.cache/bazel/_bazel_nathanael/f057a3c2a08c6c9f1c59ae3fa9073646/external/rules_python+/python/private/pypi/extension.bzl:615:20: @@rules_python+//python/extensions:rules_python++pip+pypi_312_absl_py_py3_none_any_88476fd8: no such attribute 'timeout' in 'whl_archive' rule
(00:01:57) ERROR: /home/nathanael/.cache/bazel/_bazel_nathanael/f057a3c2a08c6c9f1c59ae3fa9073646/external/rules_python+/python/private/pypi/whl_library.bzl:815:20: Traceback (most recent call last):
File "/home/nathanael/.cache/bazel/_bazel_nathanael/f057a3c2a08c6c9f1c59ae3fa9073646/external/rules_python+/python/private/pypi/extension.bzl", line 615, column 20, in _pip_impl
whl_library(name = name, **args)
File "/home/nathanael/.cache/bazel/_bazel_nathanael/f057a3c2a08c6c9f1c59ae3fa9073646/external/rules_python+/python/private/pypi/whl_library.bzl", line 815, column 20, in whl_library
whl_archive(name = name, **kwargs)
Error in repository_rule: failed to instantiate 'whl_archive' from this module extension
馃實 Your Environment
Operating System:
Output of bazel version:
Rules_python version:
馃悶 bug report
Affected Rule
The issue is caused by the rule:See https://github.com/bazel-contrib/rules_python/pull/3948/changes#r3800974643
Is this a regression?
Yes, the previous version in which this bug was not present was: ....Yes,
pip.parseaccepted timeouts like the docs mentionDescription
A clear and concise description of the problem...On the tin
馃敩 Minimal Reproduction
pip.parsewithexperimental_index_urlandtimeoutspecified breaks this馃敟 Exception or Error
馃實 Your Environment
Operating System:
Output of
bazel version:Rules_python version: