Comment 3 for bug 1804062

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

Reviewed: https://review.openstack.org/618843
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=9875c37d9a09ee7160f13c9771cf14ce02cec027
Submitter: Zuul
Branch: master

commit 9875c37d9a09ee7160f13c9771cf14ce02cec027
Author: Chris Dent <email address hidden>
Date: Mon Nov 19 21:41:08 2018 +0000

    Skip double word hacking test

    Because of a change [1] in the tokenize package in the stdlib of
    recent pythons, one of the tests for the hacking checks can fail.
    This change skips the test on newer pythons and leaves a TODO
    to fix it.

    [1] see https://bugs.python.org/issue33899 and
        https://bugs.python.org/issue35107

    Change-Id: I64744a8144fcf630eea609eb2b2d14974f4fd4bb
    Related-Bug: #1804062