Add Python 3 support to GetPythonUnitTests
GetPythonUnitTests (and by extension RunPythonUnitTests) always ran scripts using Python 2. This change adds a python3=False parameter to GetPythonUnitTests to give the option of switching to Python 3, while leaving the default as Python 2. The child scripts are run under one or the other, based on this parameter. This change is needed in support of crrev.com/c/3679801. Bug: 1313804 Change-Id: Ic59287352d4941707adaf7981ed7af4201b7d526 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3680099Reviewed-by:Jesse McKenna <jessemckenna@google.com> Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
Showing
Please
register
or
sign in
to comment