From f417d3ad500902c6ccab8437984a14aabe598954 Mon Sep 17 00:00:00 2001 From: Edward Lemur Date: Wed, 2 Oct 2019 20:28:59 +0000 Subject: [PATCH] depot_tools: Run git_cache_test and git_dates_test on Python 3. Bug: 1009809 Change-Id: I430b5a78ee0f63388d7bed5be542abe10b37cd53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1835040 Auto-Submit: Edward Lesmes Reviewed-by: Anthony Polito Commit-Queue: Edward Lesmes --- tests/git_cache_test.py | 2 +- tests/git_dates_test.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/git_cache_test.py b/tests/git_cache_test.py index 399ff0da4..db4c2fbc1 100755 --- a/tests/git_cache_test.py +++ b/tests/git_cache_test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env vpython3 # Copyright 2015 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/tests/git_dates_test.py b/tests/git_dates_test.py index d1f660203..602baa56d 100755 --- a/tests/git_dates_test.py +++ b/tests/git_dates_test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env vpython3 # Copyright 2016 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file.