commit | bb9c5b47a31a4a40eb2d442e2f1f1a4dac752a81 | [log] [tgz] |
---|---|---|
author | agrieve <[email protected]> | Fri Apr 22 15:13:00 2016 |
committer | Commit bot <[email protected]> | Fri Apr 22 15:14:34 2016 |
tree | 22b89da2efed394c0d120c65dc114348e13275c5 | |
parent | c0d9887721c7d00ad99a7df09ebae75720503a6a [diff] [blame] |
Skip the .pydeps presubmit check on windows BUG=600604 Review URL: https://codereview.chromium.org/1911813002 Cr-Commit-Position: refs/heads/master@{#389109}
diff --git a/PRESUBMIT_test_mocks.py b/PRESUBMIT_test_mocks.py index 373b52c6..d9d8f95 100644 --- a/PRESUBMIT_test_mocks.py +++ b/PRESUBMIT_test_mocks.py
@@ -20,6 +20,7 @@ self.json = json self.re = re self.os_path = os.path + self.platform = sys.platform self.python_executable = sys.executable self.subprocess = subprocess self.files = []