Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: don't restrict python versions in bzlmod example #2362

Merged
merged 2 commits into from
Oct 30, 2024

Conversation

rickeylev
Copy link
Collaborator

@rickeylev rickeylev commented Oct 30, 2024

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.

Fixes #2361
Work towards bazelbuild/bazel-central-registry#3056

@rickeylev rickeylev requested a review from aignas as a code owner October 30, 2024 18:27
@aignas aignas added this pull request to the merge queue Oct 30, 2024
Merged via the queue into bazelbuild:main with commit 2b6308c Oct 30, 2024
4 checks passed
@rickeylev rickeylev deleted the fix.bzlmod.example.bazel8 branch November 13, 2024 05:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rules_python broken with Bazel 8 on BCR
2 participants