-
Notifications
You must be signed in to change notification settings - Fork 323
chore: use 3.8 for blacken session #653
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
Conversation
@busunkim96 I don't understand the |
I checked and it indeed fails on Edit: And that's indeed the case, attrs==21.1.0 caused this. There's even a revert, albeit for different reasons from what I can see. A possible workaround is to install an older version of session.install("attrs==20.3.0") Edit 2: This should fix it for now. (update: merged) |
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot. |
…query into busunkim96-patch-3
The Autosynth build now has 3.8: googleapis/synthtool@fd33d7d#diff-f80f936e0eac73417c05535c764a44906afd70a37096ea3c58934a9f6f1e7fcd
Should fix unexpected style in #651