-
Notifications
You must be signed in to change notification settings - Fork 166
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
ansible: improve Python 3 compatibility #1929
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RSLGTM on the python changes, I assume they don't change anything, a bit worried by the change to the archs.
Out of curiosity, is flake8 run by anything in our tooling? I'd never heard of it till this PR. |
flake8 can be found as the guardrails for pretty much every repo that I touch. In Node.js land: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RSLGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RSLGTM
As requested at #1399 (comment), this PR cherrypicks key modifications from #1399 to improve the Python 3 compatibility of our build process.
sync valid["arch"] with https://github.com/nodejs/node/blob/master/configure.py