Comment 1 for bug 1702292

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-ovn (master)

Reviewed: https://review.openstack.org/480166
Committed: https://git.openstack.org/cgit/openstack/networking-ovn/commit/?id=aeaba5e0e2ea9903d2a2762050f18fce75a5d7da
Submitter: Jenkins
Branch: master

commit aeaba5e0e2ea9903d2a2762050f18fce75a5d7da
Author: Lucas Alvares Gomes <email address hidden>
Date: Tue Jul 4 13:35:30 2017 +0100

    Tox/Pylint: Enforce the use of python2

    Pylint (or some of its dependencies) does not work well with PY3, this
    patch is modifying the tox "pep8" job to enforce the use of python2
    instead of the default interpreter in the host OS.

    Change-Id: I60bea05f7b9d65f2a661434ffffa7acb3ad1ceaf
    Closes-Bug: #1702292