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

Fix deprecation warning in imported_dynamic_framework_processor.py #2334

Conversation

jszumski
Copy link
Contributor

Fixes #2310 by removing the mutually exclusive code signing arg group in imported_dynamic_framework_processor.py.

Per python/cpython#30098 the nested configuration was never intended to work anyway.

Copy link
Contributor

@luispadron luispadron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice thank you!

…mutually exclusive group by removing the outer group.
@jszumski jszumski force-pushed the jszumski/fix-framework-processor-arg-grouping branch from 168ef9c to e267617 Compare January 3, 2024 18:37
@luispadron luispadron merged commit 7f6a44c into bazelbuild:master Jan 3, 2024
7 checks passed
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.

Deprecation warning in ImportedDynamicFrameworkProcessor: Nesting argument groups is deprecated
3 participants