Comment 10 for bug 1895054

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to utilities (f/centos8)

Reviewed: https://review.opendev.org/757417
Committed: https://git.openstack.org/cgit/starlingx/utilities/commit/?id=d29ed62e9e2413da3009b926aa3b274da516891a
Submitter: Zuul
Branch: f/centos8

commit d29ed62e9e2413da3009b926aa3b274da516891a
Author: Don Penney <email address hidden>
Date: Wed Sep 9 17:12:45 2020 -0400

    Use newer flake8 to run on ubuntu-focal Zuul machines

    flake8 2.5.5 fails on ubuntu-focal zuul machines running python3.8
    with the following error:
    AttributeError: 'FlakesChecker' object has no attribute 'CONSTANT'

    The update removes the hacking constraint to use newer flake8. This
    also ignores new warnings/errors, which should be addressed in a
    future update to remove the ignores.

    Change-Id: Ib24639adeea4da3063fb403a8e8484937f9e1a9f
    Partial-Bug: 1895054
    Signed-off-by: Don Penney <email address hidden>