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

Adds walrus test and python 3.7/3.8 tox definitions #851

Merged
merged 1 commit into from
Dec 21, 2020

Conversation

brianmego
Copy link
Contributor

Give a mouse a cookie...

I was looking at this issue: #787
Was curious if lib2to3 supported the walrus operator since the bug was reported (it does: https://bugs.python.org/issue36541#msg365718)

Added a test on the thing, which necessitated adding 3.8 to tox.ini.

Seemed silly to have 3.8 in there but not 3.7, so added that, too.

Also, interestingly enough, the lib2to3 walrus operator support includes 3.7, even though it wasn't introduced until 3.8. I don't think that's a compelling reason to support it in yapf, though.

@google-cla google-cla bot added the cla: yes label Aug 4, 2020
@coveralls
Copy link

coveralls commented Aug 4, 2020

Coverage Status

Coverage increased (+0.004%) to 96.324% when pulling 0c3d923 on brianmego:add_walrus_test into 51ffe2d on google:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants