Skip to content

Make --explicit-package-bases invertible #9969

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
merged 2 commits into from
Apr 13, 2021

Conversation

gustavgransbo
Copy link
Contributor

Description

Closes #9968

This PR adds the inverse of --explicit-package-bases: --no-explicit-package-bases.
The flag can be used if you want to override explicit_package_bases = True which was set in a configuration file.

Test Plan

I verified that passing --no-explicit-package-bases with explicit_package_bases = True configured overrides the config.

Copy link
Collaborator

@JukkaL JukkaL left a comment

Choose a reason for hiding this comment

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

Thanks for the PR! Looks good to me. And sorry for the slow response.

@JukkaL JukkaL merged commit 2ac722a into python:master Apr 13, 2021
@gustavgransbo gustavgransbo deleted the no-explicit-package-bases branch April 13, 2021 17:34
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.

Make --explicit-package-bases revertible
2 participants