Fix make check for python 3#15226
Conversation
|
It does not seem to fix the build. :( |
|
Thanks @kvch . I'm guessing you're referring to the travis-ci jobs? I wonder if this is an issue with an older Python in Travis CI? @jsoriano Is there a minimum python 3.x that we're targeting?
|
|
I wonder if we need to update the version of Ubuntu used for our travis-ci jobs. We're using Ubuntu 14.04 (Trusty) which looks like it ships with Python 3.4. We may need to switch to Ubuntu 16.04 (Xenial) or 18.04 (Bionic). I've been doing my testing on Ubuntu 18.04. |
jsoriano
left a comment
There was a problem hiding this comment.
Thanks! If travis likes it, I like it!
I wonder if this is an issue with an older Python in Travis CI? @jsoriano Is there a minimum python 3.x that we're targeting?
We haven't decided a minimum version to support, but in any case we shouldn't care about deprecated or unmaintained versions, so no worries if this doesn't work with Python 3.4.
There was a point about upgrading python, or the base image in Travis in #14798, I have added this PR as fix for that.
|
There are around 11 failures unrelated to |
* Run autopep on script/update_golang_x.py to fix make check * Update travis to use Ubuntu Bionic
make checkworks fine on Ubuntu 18.04 after this fix.