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: explicitly disable bzlmod for pip_parse_vendored example (#1529)
Bazel at head enables bzlmod by default, but the pip_parse_vendored
example doesn't work
under bzlmod.
To fix, explicitly disable bzlmod because vendoring requirements.bzl
files isn't necessary
under bzlmod. This is because the pip bzlmod extension handles creating
repos directly
from the locked requirements file (which is the output of the pip
dependency resolution
process).
While we're here, also enable `incompatible_generate_aliases = True`, in
preparation for
that being switched.
0 commit comments