goma_link_tests: Require Python 3
tools/clang/scripts/goma_link_tests.py was originally written to work with both Python 2 and Python 3. I intend to add some unit tests that will use unittest.mock, which is not part of Python < 3.3. Instead of complicated workarounds, let's just a modern Python version for the tests. Bug: 877722 Change-Id: I475091b005e1f2e4b804e1c884d255ff60669847 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140598Reviewed-by:Hans Wennborg <hans@chromium.org> Commit-Queue: Bob Haarman <inglorion@chromium.org> Cr-Commit-Position: refs/heads/master@{#757507}
Showing
Please register or sign in to comment