Make fix_encoding_test py3 compatible

And run it in presubmit checks

R=gavinmak@google.com

Change-Id: If2a8848f6ce85c466f45d9bf0f4fca6b4d75312f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3296677
Reviewed-by: Gavin Mak <gavinmak@google.com>
Commit-Queue: Josip Sokcevic <sokcevic@google.com>
This commit is contained in:
Josip Sokcevic
2021-11-22 23:32:29 +00:00
committed by LUCI CQ
parent b6c1ed40d5
commit a29f589a15
2 changed files with 4 additions and 5 deletions

View File

@@ -109,7 +109,6 @@ def CheckUnitTestsOnCommit(input_api, output_api):
r'.*recipes_test\.py$',
])
py2_only_tests = [
'fix_encoding_test.py',
'recipes_test.py',
]