Comment 8 for bug 1799721

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

Reviewed: https://review.openstack.org/613026
Committed: https://git.openstack.org/cgit/openstack/stx-ha/commit/?id=d8bf005235a3f99f538f7f0d19f0c1d47b891e77
Submitter: Zuul
Branch: master

commit d8bf005235a3f99f538f7f0d19f0c1d47b891e77
Author: Sun Austin <email address hidden>
Date: Wed Oct 24 17:17:52 2018 +0800

    force flake8 < 3.6.0 to avoid break current gate

    the version flake8 3.6.0 will cause below error
     W504 line break after binary operator
     W605 invalid escape sequence '\w'
     F901 'raise NotImplemented' should be 'raise NotImplementedError'

    Change-Id: If9a8c678aa1b573ec7b4e5ad324ba86c5d90b959
    Signed-off-by: Sun Austin <email address hidden>
    Partial-Bug: 1799721