Skip to content

fix: Don't fail in override from a non-root module #2566

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

Merged

Conversation

mailto-jonas
Copy link
Contributor

This patch enable calls to pypi override from a non-root module without failing. The call will instead be silently ignored.

Fixes #2550

Copy link

google-cla bot commented Jan 16, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

This patch enable calls to pypi override from a non-root module without
failing. The call will instead be silently ignored.

Fixes bazel-contrib#2550
@mailto-jonas mailto-jonas force-pushed the ignore_pypi_override_for_non_root branch from f147bf1 to 0661565 Compare January 16, 2025 13:54
@aignas aignas enabled auto-merge January 21, 2025 01:55
@aignas aignas added this pull request to the merge queue Jan 21, 2025
Merged via the queue into bazel-contrib:main with commit 50a9a2e Jan 21, 2025
3 checks passed
ewianda pushed a commit to ewianda/rules_python that referenced this pull request Jan 21, 2025
This patch enable calls to pypi override from a non-root module without
failing. The call will instead be silently ignored.

Fixes bazel-contrib#2550

---------

Co-authored-by: Ignas Anikevicius <240938+aignas@users.noreply.github.com>
ewianda pushed a commit to ewianda/rules_python that referenced this pull request Jan 21, 2025
This patch enable calls to pypi override from a non-root module without
failing. The call will instead be silently ignored.

Fixes bazel-contrib#2550

---------

Co-authored-by: Ignas Anikevicius <240938+aignas@users.noreply.github.com>

fix(toolchain) Override coverage rc
ewianda pushed a commit to ewianda/rules_python that referenced this pull request Jan 21, 2025
This patch enable calls to pypi override from a non-root module without
failing. The call will instead be silently ignored.

Fixes bazel-contrib#2550

---------

Co-authored-by: Ignas Anikevicius <240938+aignas@users.noreply.github.com>

fix(toolchain) Override coverage rc
ewianda pushed a commit to ewianda/rules_python that referenced this pull request Jan 21, 2025
This patch enable calls to pypi override from a non-root module without
failing. The call will instead be silently ignored.

Fixes bazel-contrib#2550

---------

Co-authored-by: Ignas Anikevicius <240938+aignas@users.noreply.github.com>
ewianda pushed a commit to ewianda/rules_python that referenced this pull request Jan 21, 2025
This patch enable calls to pypi override from a non-root module without
failing. The call will instead be silently ignored.

Fixes bazel-contrib#2550

---------

Co-authored-by: Ignas Anikevicius <240938+aignas@users.noreply.github.com>

fix(toolchain) Override coverage rc
ewianda pushed a commit to ewianda/rules_python that referenced this pull request Jan 21, 2025
This patch enable calls to pypi override from a non-root module without
failing. The call will instead be silently ignored.

Fixes bazel-contrib#2550

---------

Co-authored-by: Ignas Anikevicius <240938+aignas@users.noreply.github.com>
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.

Don't fail when override is called from a non-root module
2 participants