Comment 6 for bug 1895054

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

Reviewed: https://review.opendev.org/751004
Committed: https://git.openstack.org/cgit/starlingx/stx-puppet/commit/?id=49de3e954e3187da34b43f2093d244bcb47127d1
Submitter: Zuul
Branch: master

commit 49de3e954e3187da34b43f2093d244bcb47127d1
Author: Don Penney <email address hidden>
Date: Thu Sep 10 10:27:53 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 version constraint to use newer flake8.

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