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
tests: don't restrict python versions in bzlmod example (bazel-contrib#2362)
Under Bazel 8, the bzlmod example is failing because newer versions of
some dependencies
request Python 3.8 to be available.
To fix, just comment out the restriction in the example. The example has
a somewhat
large dependency footprint, so enforcing this restriction seems
untenable. The config is
left commented out so users can discover the feature.
Fixesbazel-contrib#2361Fixesbazelbuild/bazel-central-registry#3056
0 commit comments