Commit b6c1ed40 authored by Josip Sokcevic's avatar Josip Sokcevic Committed by LUCI CQ

Make presubmit_unittest py3 compatible

And run it in presubmit checks

R=apolito@google.com

Change-Id: I1521fe4dd9fd5fe391459a00a91f03399b15b36a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3292211
Commit-Queue: Josip Sokcevic <sokcevic@google.com>
Reviewed-by: 's avatarAnthony Polito <apolito@google.com>
parent cfb30ff2
...@@ -110,7 +110,6 @@ def CheckUnitTestsOnCommit(input_api, output_api): ...@@ -110,7 +110,6 @@ def CheckUnitTestsOnCommit(input_api, output_api):
]) ])
py2_only_tests = [ py2_only_tests = [
'fix_encoding_test.py', 'fix_encoding_test.py',
'presubmit_unittest.py',
'recipes_test.py', 'recipes_test.py',
] ]
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment