Merge "Skip test_check_doubled_words hacking check UT"

This commit is contained in:
Zuul 2019-06-12 05:39:44 +00:00 committed by Gerrit Code Review
commit bd7e3743f0
1 changed files with 2 additions and 4 deletions

View File

@ -12,7 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
import sys
import textwrap
import mock
@ -581,9 +580,8 @@ class HackingTestCase(test.NoDBTestCase):
# TODO(cdent): Remove when https://bugs.launchpad.net/nova/+bug/1804062
# is resolved.
@testtools.skipIf(
sys.version_info[0:3] >= (3, 6, 7),
'tokenize has backwards incompatible behavior from 3.6.7')
@testtools.skip(
'tokenize has backwards incompatible behavior from 3.6.7 and 2.7.15')
def test_check_doubled_words(self):
errors = [(1, 0, "N343")]