From 2e2f58756d1c3a4f96271776279c99e85b4f3369 Mon Sep 17 00:00:00 2001 From: Edward Lemur Date: Thu, 21 Nov 2019 00:52:46 +0000 Subject: [PATCH] depot_tools: Run auth, cipd_bootstrap, git_number tests on python3. Bug: 1009809 Change-Id: Ia02460a24f4ac048bd7f0072e70856f9ee22a997 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1925314 Auto-Submit: Edward Lesmes Reviewed-by: Anthony Polito Commit-Queue: Edward Lesmes --- tests/auth_test.py | 2 +- tests/cipd_bootstrap_test.py | 2 +- tests/git_number_test.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/auth_test.py b/tests/auth_test.py index f8e18fd70..2b2decd98 100755 --- a/tests/auth_test.py +++ b/tests/auth_test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env vpython3 # Copyright (c) 2017 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/cipd_bootstrap_test.py b/tests/cipd_bootstrap_test.py index b71a7ec5f..d345120c6 100755 --- a/tests/cipd_bootstrap_test.py +++ b/tests/cipd_bootstrap_test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env vpython3 # Copyright (c) 2018 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_number_test.py b/tests/git_number_test.py index 5f7f23f03..dd15b5772 100755 --- a/tests/git_number_test.py +++ b/tests/git_number_test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env vpython3 # Copyright 2013 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.