-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Remove remaining __future__ imports. #6825
Remove remaining __future__ imports. #6825
Conversation
Can one of the admins verify this patch? |
Test FAILed. |
…cess.py to give atexit more time to erase file.
Test FAILed. |
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.
LGTM, please fix lint errors. You can run ./setup_hooks.sh
to create a pre-push hook that runs the linter.
It's not LINT, it's some python 3.x incompatibility with the |
So we are getting this here after we removed the remaining
My guess is, we are still running the |
@edoakes
|
Travis does not respect the $PYTHON env variable. I printed out the actual py version used via |
…py3.5 checks in install-dependencies.sh, install-cython-examples.sh, install-ray.sh (vs py2.x <- no longer supported).
…all again from travis (will be done in install-dependencies.sh).
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test PASSed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test PASSed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test PASSed. |
Test FAILed. |
Test FAILed. |
Some 10+ future imports were not captured in previous PR.
#6580
#6580
scripts/format.sh
to lint the changes in this PR.