Comment 2 for bug 1594756

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.openstack.org/332059
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=766abb752aaf3766eff69654b3d2654dddcd81cd
Submitter: Jenkins
Branch: master

commit 766abb752aaf3766eff69654b3d2654dddcd81cd
Author: Jakub Libosvar <email address hidden>
Date: Tue Jun 21 10:14:45 2016 +0000

    Make pep8 job great again

    There is a bug in pep8, when 'select' used, it omits all default checks
    and runs only those specified by 'select'. We got hit by this issue
    since I2d26534230ffe5d01aa0aab6ec902f81cfba774d was merged which lead to
    almost no static checks in pep8 job.

    Also note that off_by_default decorator has no effect for now because
    factory in hacking is triggered after ignored checks are collected.
    There will be a follow-up patch for that in order to make pep8 doing
    its job quickly.

    [1] https://github.com/PyCQA/pycodestyle/issues/390

    Related-Bug: 1594756
    Change-Id: I8e27f40908e1bb4307cc7c893169a9d99f3433c4