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

Fix flake errors after moving to python 3 #2695

Merged

Conversation

GoodDok
Copy link
Contributor

@GoodDok GoodDok commented Apr 16, 2019

Description

Fixed flake errors on Python 3.
Regarding builtins = unicode: see https://www.dangtrinh.com/2018/02/how-to-fix-f821-undefined-name-unicode.html

Motivation and Context

From https://travis-ci.org/spotify/luigi/jobs/520087734:

Using the default Python version 2.7. Starting on 2019-04-16 the default will change to 3.6. If you wish to keep using this version beyond this date, please explicitly set the Python value in configuration.

Starting from 2019-04-16 builds started to fail (for example, https://travis-ci.org/spotify/luigi/jobs/520844168) showing the errors that haven't been recognized before and preventing other PRs to be built successfully.

Have you tested this? If so, how?

Automatic Travis tests + locally

Konstantin Gudkov and others added 10 commits February 19, 2019 01:23
@GoodDok GoodDok force-pushed the fix-flake-errors-after-moving-to-python-3 branch 3 times, most recently from 64fe0cf to bad8e2c Compare April 16, 2019 18:28
@GoodDok GoodDok force-pushed the fix-flake-errors-after-moving-to-python-3 branch from bad8e2c to 91bf5f2 Compare April 16, 2019 19:20
Copy link
Collaborator

@dlstadther dlstadther left a comment

Choose a reason for hiding this comment

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

Thanks so much!

@Tarrasch Tarrasch merged commit 53ff999 into spotify:master Apr 18, 2019
@Tarrasch
Copy link
Contributor

Thanks for looking after our build status!

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.

3 participants